aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-04-20 18:30:06 +0000
committerEd Maste <emaste@FreeBSD.org>2015-04-20 18:30:06 +0000
commita8da2875c6b120feb604c111e125d8db29834285 (patch)
tree399476741216ae4c48d0d13040ca7335fa323c4b /usr.sbin
parentea15d5bb0a758181a3b1c092152386a911b114c6 (diff)
downloadsrc-a8da2875c6b120feb604c111e125d8db29834285.tar.gz
src-a8da2875c6b120feb604c111e125d8db29834285.zip
crunchide: Remove local EM_* ELF definitions provided by system ELF headers
Suggested by: imp (in review D2314)
Notes
Notes: svn path=/head/; revision=281781
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/crunch/crunchide/exec_elf32.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/usr.sbin/crunch/crunchide/exec_elf32.c b/usr.sbin/crunch/crunchide/exec_elf32.c
index da2b6c180220..ca802d87780e 100644
--- a/usr.sbin/crunch/crunchide/exec_elf32.c
+++ b/usr.sbin/crunch/crunchide/exec_elf32.c
@@ -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) */