diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-16 15:24:43 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-16 15:24:43 +0930 |
commit | 04cb01fd5a3bc167ae26486bbc2bf941e96ad805 (patch) | |
tree | b7f71cd3f917db13548bed31087b8f7d46682301 /bfd/Makefile.am | |
parent | Remove m88k support (diff) | |
download | binutils-gdb-04cb01fd5a3bc167ae26486bbc2bf941e96ad805.tar.gz binutils-gdb-04cb01fd5a3bc167ae26486bbc2bf941e96ad805.tar.bz2 binutils-gdb-04cb01fd5a3bc167ae26486bbc2bf941e96ad805.zip |
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/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index b9dfa98bba4..9a097b1b48e 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -165,7 +165,6 @@ ALL_MACHINES = \ cpu-visium.lo \ cpu-w65.lo \ cpu-wasm32.lo \ - cpu-we32k.lo \ cpu-xc16x.lo \ cpu-xgate.lo \ cpu-xstormy16.lo \ @@ -250,7 +249,6 @@ ALL_MACHINES_CFILES = \ cpu-visium.c \ cpu-wasm32.c \ cpu-w65.c \ - cpu-we32k.c \ cpu-xc16x.c \ cpu-xgate.c \ cpu-xstormy16.c \ @@ -289,7 +287,6 @@ BFD32_BACKENDS = \ coff-tic80.lo \ coff-u68k.lo \ coff-w65.lo \ - coff-we32k.lo \ coff-z80.lo \ coff-z8k.lo \ coffgen.lo \ @@ -466,7 +463,6 @@ BFD32_BACKENDS_CFILES = \ coff-tic80.c \ coff-u68k.c \ coff-w65.c \ - coff-we32k.c \ coff-z80.c \ coff-z8k.c \ coffgen.c \ |