diff options
-rw-r--r-- | libelffile/elf/elf_utils.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libelffile/elf/elf_utils.h b/libelffile/elf/elf_utils.h index e101920ef8..90f3121698 100644 --- a/libelffile/elf/elf_utils.h +++ b/libelffile/elf/elf_utils.h @@ -64,17 +64,10 @@ struct ElfTypes64 { #define EF_ARM_EABI_VER5 0x05000000 #define EI_ABIVERSION 8 -#define EM_ARM 40 #if !defined(STV_DEFAULT) #define STV_DEFAULT 0 #endif -#define EM_AARCH64 183 - -#ifndef EM_RISCV -#define EM_RISCV 243 -#endif - #ifndef EF_RISCV_RVC #define EF_RISCV_RVC 0x1 #define EF_RISCV_FLOAT_ABI_DOUBLE 0x4 |