From: Ulrich Drepper Date: Tue, 10 Aug 1999 05:14:03 +0000 (+0000) Subject: Added definition of ELFOSABI_ARM. X-Git-Tag: cvs/glibc_2-1-2~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb7b8af37b0c413892549db23e3896905ed6ef56;p=thirdparty%2Fglibc.git Added definition of ELFOSABI_ARM. --- diff --git a/elf/elf.h b/elf/elf.h index 9b368bb44dc..f060498c005 100644 --- 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 */