elf: EF_ARM_EABI_VERSION_UNKNOWN is no longer used, retire
EF_ARM_EABI_VERSION_UNKNOWN was used when we could run either eabi or oabi. That was armv[45] only, and went away when we migrated to eabi many major releases ago. No standard defines this symbol, so retire it. Pointed out by: jrtc27 Sponsored by: Netflix
This commit is contained in:
@@ -74,7 +74,6 @@ __ElfType(Auxinfo);
|
||||
#define ELF_TARG_VER 1
|
||||
|
||||
/* Defines specific for arm headers */
|
||||
#define EF_ARM_EABI_VERSION_UNKNOWN 0
|
||||
#define EF_ARM_EABI_FREEBSD_MIN EF_ARM_EABI_VER4
|
||||
|
||||
#define ET_DYN_LOAD_ADDR 0x01001000
|
||||
|
||||
Reference in New Issue
Block a user