bfd:
[deliverable/binutils-gdb.git] / include / elf / arm.h
index 8ea3fe88100dca49e95a3601f1d680a1b78f24f7..d79930380ed174ea762a96a3c842ad51b87e182e 100644 (file)
 #define EF_ARM_MAPSYMSFIRST 0x10       /* NB conflicts with EF_APCS_FLOAT.  */
 #define EF_ARM_EABIMASK      0xFF000000
 
+/* New constants defined in the ARM ELF spec. version XXX.
+   Only valid in conjunction with EF_ARM_EABI_VER5. */
+#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.  */
+
 /* Constants defined in AAELF.  */
 #define EF_ARM_BE8         0x00800000
 #define EF_ARM_LE8         0x00400000
This page took 0.029812 seconds and 4 git commands to generate.