]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Added definition of ELFOSABI_ARM.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Aug 1999 05:14:03 +0000 (05:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Aug 1999 05:14:03 +0000 (05:14 +0000)
elf/elf.h

index 9b368bb44dc181574baaae063d69f699bface502..f060498c005dd293e85049e94c94e89daf84e84a 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -140,6 +140,7 @@ typedef struct
 #define EI_OSABI       7               /* OS ABI identification */
 #define ELFOSABI_SYSV          0       /* UNIX System V ABI */
 #define ELFOSABI_HPUX          1       /* HP-UX */
+#define ELFOSABI_ARM           97      /* ARM */
 #define ELFOSABI_STANDALONE    255     /* Standalone (embedded) application */
 
 #define EI_ABIVERSION  8               /* ABI version */