2004-10-12 Paul Brook <paul@codesourcery.com>
bfd/ * elf32-arm.h: Support EABI version 4 objects. binutils/ * readelf.c (decode_ARM_machine_flags): Support EABI version 4. gas/ * config/tc-arm.c (md_begin): Change EF_ARM_EABI_VER3 to EF_ARM_EABI_VER4. (arm_eabis): Ditto. * doc/c-arm.texi: Document that we actually support -meabi=4, not -meabi=3. include/ * elf/arm.h (EF_ARM_EABI_VER4): Define.
This commit is contained in:
parent
cbec131f8e
commit
b6d09d0e16
|
@ -1,3 +1,7 @@
|
|||
2004-10-12 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* elf/arm.h (EF_ARM_EABI_VER4): Define.
|
||||
|
||||
2004-10-08 Daniel Jacobowitz <dan@debian.org>
|
||||
|
||||
* elf/common.h (PT_SUNW_EH_FRAME): Define.
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
#define EF_ARM_EABI_VER1 0x01000000
|
||||
#define EF_ARM_EABI_VER2 0x02000000
|
||||
#define EF_ARM_EABI_VER3 0x03000000
|
||||
#define EF_ARM_EABI_VER4 0x04000000
|
||||
|
||||
/* Local aliases for some flags to match names used by COFF port. */
|
||||
#define F_INTERWORK EF_ARM_INTERWORK
|
||||
|
|
Loading…
Reference in New Issue