elf/elf.h (ELFOSABI_ARM_AEABI): Define.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 6 Apr 2010 03:14:43 +0000 (20:14 -0700)
committerRoland McGrath <roland@redhat.com>
Tue, 6 Apr 2010 03:14:43 +0000 (20:14 -0700)
ChangeLog
elf/elf.h

index 71c3f01..6803147 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,10 @@
 
        * elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.
 
+2010-03-30  Joseph Myers  <joseph@codesourcery.com>
+
+       * elf/elf.h (ELFOSABI_ARM_AEABI): Define.
+
 2010-04-05  Ulrich Drepper  <drepper@redhat.com>
 
        * po/nl.po: Update from translation team.
index f41a026..1efe359 100644 (file)
--- 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 */