From d3bafbc98e91e97b67b5402ec5f87eef7edfd64b Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Thu, 23 Aug 2012 20:38:25 +0000 Subject: Check floating-point ABI in ARM VALID_ELF_HEADER. --- elf/elf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'elf') diff --git a/elf/elf.h b/elf/elf.h index 1e67ef5ef7..6c85f92196 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -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. */ -- cgit v1.2.3