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 /ld/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 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 8db4239..843c269 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -773,7 +773,6 @@ ALL_EMULATION_SOURCES = \ ev850.c \ ev850_rh850.c \ evanilla.c \ - evax.c \ evaxnbsd.c \ evsta.c \ exgateelf.c \ @@ -1423,7 +1422,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850_rh850.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evanilla.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evax.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evaxnbsd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evsta.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exgateelf.Po@am__quote@ @@ -3327,9 +3325,6 @@ ev850_rh850.c: $(srcdir)/emulparams/v850_rh850.sh $(srcdir)/emultempl/v850elf.em evanilla.c: $(srcdir)/emulparams/vanilla.sh \ $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS} -evax.c: $(srcdir)/emulparams/vax.sh \ - $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} - evaxnbsd.c: $(srcdir)/emulparams/vaxnbsd.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} |