summaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-04-16 15:24:43 +0930
committerAlan Modra <amodra@gmail.com>2018-04-16 15:24:43 +0930
commit04cb01fd5a3bc167ae26486bbc2bf941e96ad805 (patch)
treeb7f71cd3f917db13548bed31087b8f7d46682301 /bfd/coffcode.h
parentc2bf1eecf99abc4d546bb52a008a25e64a29d85e (diff)
downloadbinutils-gdb-04cb01fd5a3bc167ae26486bbc2bf941e96ad805.tar.gz
Remove we32k support
include/ * coff/we32k.h: Delete. bfd/ * Makefile.am: Remove we32k support. * archures.c: Likewise. * coffcode.h: Likewise. * config.bfd: Likewise. * configure.ac: Likewise. * targets.c: Likewise. * coff-we32k.c: Delete. * cpu-we32k.c: Delete. * Makefile.in: Regenerate. * bfd-in2.h: Regenerate. * configure: Regenerate. * po/SRC-POTFILES.in: Regenerate. opcodes/ * configure.ac: Remove we32k support. * configure: Regenerate. bintuils/ * testsuite/binutils-all/objdump.exp: Remove we32k support.
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r--bfd/coffcode.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index 7ec95677b04..12c84c4a047 100644
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -2271,12 +2271,6 @@ coff_set_arch_mach_hook (bfd *abfd, void * filehdr)
break;
#endif
-#ifdef WE32KMAGIC
- case WE32KMAGIC:
- arch = bfd_arch_we32k;
- break;
-#endif
-
#ifdef SH_ARCH_MAGIC_BIG
case SH_ARCH_MAGIC_BIG:
case SH_ARCH_MAGIC_LITTLE:
@@ -2852,12 +2846,6 @@ coff_set_flags (bfd * abfd,
return TRUE;
#endif
-#ifdef WE32KMAGIC
- case bfd_arch_we32k:
- *magicp = WE32KMAGIC;
- return TRUE;
-#endif
-
#ifdef RS6000COFF_C
case bfd_arch_rs6000:
#ifndef PPCMAGIC
@@ -3899,7 +3887,7 @@ coff_write_object_contents (bfd * abfd)
internal_a.magic = APOLLO_COFF_VERSION_NUMBER;
#endif
-#if defined(M68) || defined(WE32K) || defined(M68K)
+#if defined(M68) || defined(M68K)
#define __A_MAGIC_SET__
#if defined(LYNXOS)
internal_a.magic = LYNXCOFFMAGIC;
@@ -3914,7 +3902,7 @@ coff_write_object_contents (bfd * abfd)
#endif
#endif /* TARG_AUX */
#endif /* LYNXOS */
-#endif /* M68 || WE32K || M68K */
+#endif /* M68 || M68K */
#if defined(ARM)
#define __A_MAGIC_SET__