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.in | |
parent | c2bf1eecf99abc4d546bb52a008a25e64a29d85e (diff) | |
download | gdb-04cb01fd5a3bc167ae26486bbc2bf941e96ad805.zip gdb-04cb01fd5a3bc167ae26486bbc2bf941e96ad805.tar.gz gdb-04cb01fd5a3bc167ae26486bbc2bf941e96ad805.tar.bz2 |
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.in')
-rw-r--r-- | bfd/Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 05ee2aa..fe87949 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -498,7 +498,6 @@ ALL_MACHINES = \ cpu-visium.lo \ cpu-w65.lo \ cpu-wasm32.lo \ - cpu-we32k.lo \ cpu-xc16x.lo \ cpu-xgate.lo \ cpu-xstormy16.lo \ @@ -583,7 +582,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 \ @@ -623,7 +621,6 @@ BFD32_BACKENDS = \ coff-tic80.lo \ coff-u68k.lo \ coff-w65.lo \ - coff-we32k.lo \ coff-z80.lo \ coff-z8k.lo \ coffgen.lo \ @@ -800,7 +797,6 @@ BFD32_BACKENDS_CFILES = \ coff-tic80.c \ coff-u68k.c \ coff-w65.c \ - coff-we32k.c \ coff-z80.c \ coff-z8k.c \ coffgen.c \ @@ -1308,7 +1304,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic80.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-u68k.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-w65.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-we32k.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-x86_64.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-z80.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-z8k.Plo@am__quote@ @@ -1393,7 +1388,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-visium.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-w65.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-wasm32.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-we32k.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xc16x.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xgate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xstormy16.Plo@am__quote@ |