diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-04-05 20:14:43 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-04-05 20:14:43 -0700 |
commit | afd46a4c7d49c6c7697591f931f20c745df46e49 (patch) | |
tree | dd10a7796fe27d4878ff07f14e41ae2cb1840a12 /elf/elf.h | |
parent | f571a994cec6be2f6edff2f0cd43cbdadcd94f5f (diff) | |
download | glibc-afd46a4c7d49c6c7697591f931f20c745df46e49.tar.gz |
elf/elf.h (ELFOSABI_ARM_AEABI): Define.
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |