crunchide: Remove local EM_* ELF definitions provided by system ELF headers
Suggested by: imp (in review D2314)
This commit is contained in:
parent
ea15d5bb0a
commit
a8da2875c6
@ -178,37 +178,13 @@ ELFNAMEEND(check)(int fd, const char *fn)
|
||||
switch (xe16toh(eh.e_machine)) {
|
||||
case EM_386: break;
|
||||
case EM_ALPHA: break;
|
||||
#ifndef EM_AARCH64
|
||||
#define EM_AARCH64 183
|
||||
#endif
|
||||
case EM_AARCH64: break;
|
||||
#ifndef EM_ARM
|
||||
#define EM_ARM 40
|
||||
#endif
|
||||
case EM_ARM: break;
|
||||
#ifndef EM_MIPS
|
||||
#define EM_MIPS 8
|
||||
#endif
|
||||
#ifndef EM_MIPS_RS4_BE /* same as EM_MIPS_RS3_LE */
|
||||
#define EM_MIPS_RS4_BE 10
|
||||
#endif
|
||||
case EM_MIPS: break;
|
||||
case /* EM_MIPS_RS3_LE */ EM_MIPS_RS4_BE: break;
|
||||
#ifndef EM_PPC
|
||||
#define EM_PPC 20
|
||||
#endif
|
||||
case EM_PPC: break;
|
||||
#ifndef EM_PPC64
|
||||
#define EM_PPC64 21
|
||||
#endif
|
||||
case EM_PPC64: break;
|
||||
#ifndef EM_SPARCV9
|
||||
#define EM_SPARCV9 43
|
||||
#endif
|
||||
case EM_SPARCV9: break;
|
||||
#ifndef EM_X86_64
|
||||
#define EM_X86_64 62
|
||||
#endif
|
||||
case EM_X86_64: break;
|
||||
/* ELFDEFNNAME(MACHDEP_ID_CASES) */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user