Add ELFOSABI_ARM_AEABI ELF OSABI constant

Reported by:	andrew
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2016-08-02 18:42:32 +00:00
parent ce601a2676
commit 4df4e8ac47

View file

@ -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 */