From 73eb9071f84d0e7386a74a70bcf4261d3d94e532 Mon Sep 17 00:00:00 2001 From: emaste Date: Tue, 2 Aug 2016 18:42:32 +0000 Subject: [PATCH] Add ELFOSABI_ARM_AEABI ELF OSABI constant Reported by: andrew Sponsored by: The FreeBSD Foundation --- sys/sys/elf_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index f4017e725d6..ec8af53f734 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -171,6 +171,7 @@ typedef struct { #define ELFOSABI_AROS 15 /* Amiga Research OS */ #define ELFOSABI_FENIXOS 16 /* FenixOS */ #define ELFOSABI_CLOUDABI 17 /* Nuxi CloudABI */ +#define ELFOSABI_ARM_AEABI 64 /* ARM EABI */ #define ELFOSABI_ARM 97 /* ARM */ #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ -- 2.11.4.GIT