Define ELFOSABI_ARM_AEABI in elf.h
Joseph S. Myers
joseph@codesourcery.com
Tue Mar 30 15:01:00 GMT 2010
This patch adds a definition of ELFOSABI_ARM_AEABI, from the ARM EABI, to
elf.h. I'm testing a ports patch that makes use of this definition.
Please commit if OK.
2010-03-30 Joseph Myers <joseph@codesourcery.com>
* elf/elf.h (ELFOSABI_ARM_AEABI): Define.
diff --git a/elf/elf.h b/elf/elf.h
index f41a026..1efe359 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -150,6 +150,7 @@ typedef struct
#define ELFOSABI_TRU64 10 /* Compaq TRU64 UNIX. */
#define ELFOSABI_MODESTO 11 /* Novell Modesto. */
#define ELFOSABI_OPENBSD 12 /* OpenBSD. */
+#define ELFOSABI_ARM_AEABI 64 /* ARM EABI */
#define ELFOSABI_ARM 97 /* ARM */
#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list