Add support for marking ARM ELF binaries as support the Cirrus EP9312 Maverick
floating point co-processor.
This commit is contained in:
parent
5518d083b4
commit
27ff20e1dd
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue