summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-04-13 12:12:07 -0700
committerRoland McGrath <roland@redhat.com>2010-04-13 12:12:07 -0700
commitf35dfa89a06c21995d7bbf5f1c81d63199ed0877 (patch)
tree9cf96ace50c751352026a0aaebb747f8d2b09281
parentd80f0b2cf8f28ca3e08a7650d636ddca6ffb6f43 (diff)
downloadelfutils-f35dfa89a06c21995d7bbf5f1c81d63199ed0877.tar.gz
Update elf.h from glibc.
-rw-r--r--libelf/ChangeLog4
-rw-r--r--libelf/elf.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index 158c3049..2ed2761b 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -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>
diff --git a/libelf/elf.h b/libelf/elf.h
index 418bbd55..a9558a3d 100644
--- a/libelf/elf.h
+++ b/libelf/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 */