Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-07-15 05:35:40 +0400
committerNick Clifton <nickc@redhat.com>1999-07-15 05:35:40 +0400
commit939a5db65a41508206dba23f189cf5d0016f2555 (patch)
tree1cbb381bfe49d4639da333698a355bb771395300 /include/elf/arm.h
parent2dbc8e9c1e6cdf4cbbd2a8409388f525231a2496 (diff)
1999-06-21 Philip Blundell <pb@nexus.co.uk>
* arm.h (EF_SOFT_FLOAT, F_SOFT_FLOAT): Define.
Diffstat (limited to 'include/elf/arm.h')
-rw-r--r--include/elf/arm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/arm.h b/include/elf/arm.h
index 2c94b13e2..82c1698aa 100644
--- a/include/elf/arm.h
+++ b/include/elf/arm.h
@@ -32,12 +32,14 @@
#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