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:48 +00:00
parent 469def5365
commit fde78edd7a
11 changed files with 68 additions and 5 deletions

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 */