mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
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:
@ -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>
|
2009-01-16 Andrew Stubbs <ams@codesourcery.com>
|
||||||
Daniel Jacobowitz <dan@codesourcery.com>
|
Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
/* The EABI requires the use of VFP. */
|
/* The EABI requires the use of VFP. */
|
||||||
#define FPU_DEFAULT FPU_ARCH_VFP_V2
|
#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_DOLLAR 1
|
||||||
#define LOCAL_LABELS_FB 1
|
#define LOCAL_LABELS_FB 1
|
||||||
|
@ -21,4 +21,4 @@
|
|||||||
|
|
||||||
/* The EABI requires the use of VFP. */
|
/* The EABI requires the use of VFP. */
|
||||||
#define FPU_DEFAULT FPU_ARCH_VFP_V2
|
#define FPU_DEFAULT FPU_ARCH_VFP_V2
|
||||||
#define EABI_DEFAULT EF_ARM_EABI_VER4
|
#define EABI_DEFAULT EF_ARM_EABI_VER5
|
||||||
|
Reference in New Issue
Block a user