Commit 9b34732e by Mark Shinwell Committed by Joseph Myers

bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI version number to five.

2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>

	* config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
	version number to five.

From-SVN: r143564
parent 03c2a308
2009-01-22 Mark Shinwell <shinwell@codesourcery.com>
* config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
version number to five.
2009-01-22 Dodji Seketeli <dodji@redhat.com> 2009-01-22 Dodji Seketeli <dodji@redhat.com>
PR c++/38930 PR c++/38930
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
/* Tell the assembler to build BPABI binaries. */ /* Tell the assembler to build BPABI binaries. */
#undef SUBTARGET_EXTRA_ASM_SPEC #undef SUBTARGET_EXTRA_ASM_SPEC
#define SUBTARGET_EXTRA_ASM_SPEC "%{mabi=apcs-gnu|mabi=atpcs:-meabi=gnu;:-meabi=4}" TARGET_FIX_V4BX_SPEC #define SUBTARGET_EXTRA_ASM_SPEC "%{mabi=apcs-gnu|mabi=atpcs:-meabi=gnu;:-meabi=5}" TARGET_FIX_V4BX_SPEC
#ifndef SUBTARGET_EXTRA_LINK_SPEC #ifndef SUBTARGET_EXTRA_LINK_SPEC
#define SUBTARGET_EXTRA_LINK_SPEC "" #define SUBTARGET_EXTRA_LINK_SPEC ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment