Add support for marking ARM ELF binaries as support the Cirrus EP9312 Maverick

floating point co-processor.
This commit is contained in:
Nick Clifton 2003-02-10 10:44:46 +00:00
parent 5518d083b4
commit 27ff20e1dd
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-02-10 Nick Clifton <nickc@redhat.com>
* arm.h (EF_ARM_MAVERICK_FLOAT): Define.
2003-02-05 Alan Modra <amodra@bigpond.net.au>
* ppc.h: Add TLS relocs. Format.

View File

@ -34,6 +34,7 @@
#define EF_ARM_OLD_ABI 0x100
#define EF_ARM_SOFT_FLOAT 0x200
#define EF_ARM_VFP_FLOAT 0x400
#define EF_ARM_MAVERICK_FLOAT 0x800
/* Other constants defined in the ARM ELF spec. version B-01. */
#define EF_ARM_SYMSARESORTED 0x04 /* NB conflicts with EF_INTERWORK */