From 04cb01fd5a3bc167ae26486bbc2bf941e96ad805 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 16 Apr 2018 15:24:43 +0930 Subject: 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. --- bfd/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bfd/Makefile.am') diff --git a/bfd/Makefile.am b/bfd/Makefile.am index b9dfa98..9a097b1 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 \ -- cgit v1.1