* coff/arm.h (F_VFP_FLOAT): Define.
authorRichard Earnshaw <richard.earnshaw@arm.com>
Wed, 16 Jan 2002 11:35:18 +0000 (11:35 +0000)
committerRichard Earnshaw <richard.earnshaw@arm.com>
Wed, 16 Jan 2002 11:35:18 +0000 (11:35 +0000)
* elf/arm.h (F_VFP_FLOAT, EF_ARM_VFP_FLOAT): Define.

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

index 221dbe9..0ec6eb8 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-15  Richard Earnshaw  <rearnsha@arm.com>
+
+       * coff/arm.h (F_VFP_FLOAT): Define.
+       * elf/arm.h (F_VFP_FLOAT, EF_ARM_VFP_FLOAT): Define.
+
 2001-12-14  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise the
index 77830ca..bcfdcbe 100644 (file)
@@ -1,5 +1,5 @@
 /* ARM COFF support for BFD.
-   Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -50,6 +50,7 @@
 #define F_APCS_26      (0x0400)
 #define F_APCS_SET     (0x0800)
 #define F_SOFT_FLOAT   (0x2000)
+#define F_VFP_FLOAT    (0x4000)
 
 /* Bits stored in flags field of the internal_f structure */
 
index 89dffe1..269a225 100644 (file)
@@ -1,5 +1,5 @@
 /* ARM ELF support for BFD.
-   Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -33,6 +33,7 @@
 #define EF_ARM_NEW_ABI     0x80
 #define EF_ARM_OLD_ABI     0x100
 #define EF_ARM_SOFT_FLOAT  0x200
+#define EF_ARM_VFP_FLOAT   0x400
 
 /* Other constants defined in the ARM ELF spec. version B-01.  */
 #define EF_ARM_SYMSARESORTED 0x04      /* NB conflicts with EF_INTERWORK */
@@ -51,6 +52,7 @@
 #define F_APCS_FLOAT      EF_ARM_APCS_FLOAT
 #define F_PIC              EF_ARM_PIC
 #define F_SOFT_FLOAT      EF_ARM_SOFT_FLOAT
+#define F_VFP_FLOAT       EF_ARM_VFP_FLOAT
 
 /* Additional symbol types for Thumb.  */
 #define STT_ARM_TFUNC      STT_LOPROC   /* A Thumb function.  */