1999-06-21 Philip Blundell <pb@nexus.co.uk>
authorNick Clifton <nickc@redhat.com>
Thu, 15 Jul 1999 01:35:40 +0000 (01:35 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 15 Jul 1999 01:35:40 +0000 (01:35 +0000)
* arm.h (EF_SOFT_FLOAT, F_SOFT_FLOAT): Define.

include/elf/ChangeLog
include/elf/arm.h

index 6fd97802da45a3965b0ca61b75243c99938b089e..08249bd4d5bbe494e8787dbeba0e03c39ec24d76 100644 (file)
@@ -1,3 +1,7 @@
+1999-06-21  Philip Blundell  <pb@nexus.co.uk>
+
+       * arm.h (EF_SOFT_FLOAT, F_SOFT_FLOAT): Define.
+
 1999-07-13  Andreas Schwab  <schwab@suse.de>
 
        * m68k.h (EF_CPU32): Move definition inside multiple inclusion
index 2c94b13e2042738d0427cceedfe62e0ebabcb230..82c1698aabf1fc8cb63c18ab3c90fea8342f22fc 100644 (file)
 #define EF_ALIGN8         0x40         /* 8-bit structure alignment is in use */
 #define EF_NEW_ABI         0x80
 #define EF_OLD_ABI         0x100
+#define EF_SOFT_FLOAT      0x200
 
 /* Local aliases for some flags to match names used by COFF port.  */
 #define F_INTERWORK       EF_INTERWORK
 #define F_APCS26          EF_APCS_26
 #define F_APCS_FLOAT      EF_APCS_FLOAT
 #define F_PIC              EF_PIC
+#define F_SOFT_FLOAT      EF_SOFT_FLOAT
 
 /* Additional symbol types for Thumb */
 #define STT_ARM_TFUNC     0xd