Add ELFOSABI_ARM_AEABI ELF OSABI constant
Reported by: andrew Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
198abdeacb
commit
73eb9071f8
@ -171,6 +171,7 @@ typedef struct {
|
|||||||
#define ELFOSABI_AROS 15 /* Amiga Research OS */
|
#define ELFOSABI_AROS 15 /* Amiga Research OS */
|
||||||
#define ELFOSABI_FENIXOS 16 /* FenixOS */
|
#define ELFOSABI_FENIXOS 16 /* FenixOS */
|
||||||
#define ELFOSABI_CLOUDABI 17 /* Nuxi CloudABI */
|
#define ELFOSABI_CLOUDABI 17 /* Nuxi CloudABI */
|
||||||
|
#define ELFOSABI_ARM_AEABI 64 /* ARM EABI */
|
||||||
#define ELFOSABI_ARM 97 /* ARM */
|
#define ELFOSABI_ARM 97 /* ARM */
|
||||||
#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */
|
#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user