diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-16 15:26:56 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-16 15:26:56 +0930 |
commit | 9f5d15933be033c9d54e41d605d7824f57fbed4e (patch) | |
tree | 8232be3a04300149f354bada5c91094d87e3c002 /bfd/Makefile.in | |
parent | a9a4b30244006a0087c5a7bf73cbb13927f1d9f1 (diff) | |
download | gdb-9f5d15933be033c9d54e41d605d7824f57fbed4e.zip gdb-9f5d15933be033c9d54e41d605d7824f57fbed4e.tar.gz gdb-9f5d15933be033c9d54e41d605d7824f57fbed4e.tar.bz2 |
Remove vax-bsd and vax-ultrix support
bfd/
* Makefile.am: Remove vax-bsd and vax-ultrix support.
* config.bfd: Likewise.
* configure.ac: Likewise.
* targets.c: Likewise.
* vaxbsd.c: Delete.
* Makefile.in: Regenerate.
* configure: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
ld/
* Makefile.am: Remove vax-bsd and vax-ultrix support.
* configure.tgt: Likewise.
* emulparams/vax.sh: Delete.
* Makefile.in: Regenerate.
* po/BLD-POTFILES.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 0c8c604..6139e7d 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -754,7 +754,6 @@ BFD32_BACKENDS = \ sparcnetbsd.lo \ sunos.lo \ vax1knetbsd.lo \ - vaxbsd.lo \ vaxnetbsd.lo \ versados.lo \ vms-lib.lo \ @@ -928,7 +927,6 @@ BFD32_BACKENDS_CFILES = \ sparcnetbsd.c \ sunos.c \ vax1knetbsd.c \ - vaxbsd.c \ vaxnetbsd.c \ versados.c \ vms-lib.c \ @@ -1581,7 +1579,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tekhex.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trad-core.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax1knetbsd.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vaxbsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vaxnetbsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verilog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/versados.Plo@am__quote@ |