summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-04-05 20:14:43 -0700
committerRoland McGrath <roland@redhat.com>2010-04-05 20:14:43 -0700
commitafd46a4c7d49c6c7697591f931f20c745df46e49 (patch)
treedd10a7796fe27d4878ff07f14e41ae2cb1840a12
parentf571a994cec6be2f6edff2f0cd43cbdadcd94f5f (diff)
downloadglibc-afd46a4c7d49c6c7697591f931f20c745df46e49.tar.gz
glibc-afd46a4c7d49c6c7697591f931f20c745df46e49.tar.xz
glibc-afd46a4c7d49c6c7697591f931f20c745df46e49.zip
elf/elf.h (ELFOSABI_ARM_AEABI): Define.
-rw-r--r--ChangeLog4
-rw-r--r--elf/elf.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71c3f01284..6803147f89 100644
--- 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.
diff --git a/elf/elf.h b/elf/elf.h
index f41a02649e..1efe359119 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 */