diff options
-rw-r--r-- | libelffile/elf/elf_utils.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libelffile/elf/elf_utils.h b/libelffile/elf/elf_utils.h index 8c62c1c09a..66bbcf0efc 100644 --- a/libelffile/elf/elf_utils.h +++ b/libelffile/elf/elf_utils.h @@ -60,11 +60,7 @@ struct ElfTypes64 { #define ELF_ST_BIND(x) ((x) >> 4) #define ELF_ST_TYPE(x) ((x) & 0xf) -// Architecture dependent flags for the ELF header. -#define EF_ARM_EABI_VER5 0x05000000 - -#define EI_ABIVERSION 8 - +// Missing from musl (https://www.openwall.com/lists/musl/2024/03/21/10). #ifndef EF_RISCV_RVC #define EF_RISCV_RVC 0x1 #define EF_RISCV_FLOAT_ABI_DOUBLE 0x4 |