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

* config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
	* config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
This commit is contained in:
Joseph Myers 2009-01-16 11:38:14 +00:00
parent e04befd0f5
commit 3493e7b072
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
* config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
* config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
2009-01-16 Andrew Stubbs <ams@codesourcery.com>
Daniel Jacobowitz <dan@codesourcery.com>

View File

@ -19,7 +19,7 @@
/* The EABI requires the use of VFP. */
#define FPU_DEFAULT FPU_ARCH_VFP_V2
#define EABI_DEFAULT EF_ARM_EABI_VER4
#define EABI_DEFAULT EF_ARM_EABI_VER5
#define LOCAL_LABELS_DOLLAR 1
#define LOCAL_LABELS_FB 1

View File

@ -21,4 +21,4 @@
/* The EABI requires the use of VFP. */
#define FPU_DEFAULT FPU_ARCH_VFP_V2
#define EABI_DEFAULT EF_ARM_EABI_VER4
#define EABI_DEFAULT EF_ARM_EABI_VER5