Handle -mx32 in x86-64 ASM_SPEC

* config/i386/x86-64.h (ASM_SPEC): Support -mx32.

From-SVN: r198262
This commit is contained in:
H.J. Lu 2013-04-24 20:07:50 +00:00 committed by H.J. Lu
parent 61949153f4
commit 0db63e7fd0
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-04-24 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/x86-64.h (ASM_SPEC): Support -mx32.
2013-04-24 Sterling Augustine <saugustine@google.com>
* dwarf2out.c (skeleton_debug_str_hash, add_skeleton_AT_string)

View file

@ -49,7 +49,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define WCHAR_TYPE_SIZE 32
#undef ASM_SPEC
#define ASM_SPEC "%{m32:--32} %{m64:--64}"
#define ASM_SPEC "%{m32:--32} %{m64:--64} %{mx32:--x32}"
#undef ASM_OUTPUT_ALIGNED_BSS
#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \