]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Update elf.h from glibc.
authorRoland McGrath <roland@redhat.com>
Tue, 13 Apr 2010 19:12:07 +0000 (12:12 -0700)
committerRoland McGrath <roland@redhat.com>
Tue, 13 Apr 2010 19:12:07 +0000 (12:12 -0700)
libelf/ChangeLog
libelf/elf.h

index 158c3049828f67897d692ba66ecfd9d2514c87e0..2ed2761b76573ce5ed30ebbaddcb3a0f72921a71 100644 (file)
@@ -1,6 +1,6 @@
-2010-04-10  Matt Fleming  <matt@console-pimps.org>
+2010-04-13  Roland McGrath  <roland@redhat.com>
 
-       * elf.h: Add SH specific ELF header flags.
+       * elf.h: Update from glibc.
 
 2010-04-06  Roland McGrath  <roland@redhat.com>
 
index 418bbd5528ea2e80c44f49cad1df415c58acd7ef..a9558a3ddd40f7de7464a2d6c22735dd96a85ecf 100644 (file)
@@ -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 */