1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-23 02:12:24 +03:00

Check floating-point ABI in ARM VALID_ELF_HEADER.

This commit is contained in:
Steve McIntyre
2012-08-23 20:38:25 +00:00
committed by Joseph Myers
parent 4efcc02265
commit d3bafbc98e
4 changed files with 29 additions and 3 deletions

View File

@@ -2250,6 +2250,9 @@ typedef Elf32_Addr Elf32_Conflict;
#define EF_ARM_VFP_FLOAT 0x400
#define EF_ARM_MAVERICK_FLOAT 0x800
#define EF_ARM_ABI_FLOAT_SOFT 0x200 /* NB conflicts with EF_ARM_SOFT_FLOAT */
#define EF_ARM_ABI_FLOAT_HARD 0x400 /* NB conflicts with EF_ARM_VFP_FLOAT */
/* Other constants defined in the ARM ELF spec. version B-01. */
/* NB. These conflict with values defined above. */