From bb7b8af37b0c413892549db23e3896905ed6ef56 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Aug 1999 05:14:03 +0000 Subject: [PATCH] Added definition of ELFOSABI_ARM. --- elf/elf.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.47.3