From de96689e03235bfd65a33704a9d398cb666140f4 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 16 Apr 2018 15:14:19 +0930 Subject: [PATCH] Remove tandem support bfd/ * config.bfd: Remove tandem support. ld/ * Makefile.am: Remove tandem support. * configure.tgt: Likewise. * emulparams/st2000.sh: Delete. * scripttempl/st2000.sc: Delete. * Makefile.in: Regenerate. * po/BLD-POTFILES.in: Regenerate. --- bfd/ChangeLog | 4 ++++ bfd/config.bfd | 6 +----- ld/ChangeLog | 9 +++++++++ ld/Makefile.am | 4 ---- ld/Makefile.in | 5 ----- ld/configure.tgt | 2 -- ld/emulparams/st2000.sh | 5 ----- ld/po/BLD-POTFILES.in | 1 - ld/scripttempl/st2000.sc | 35 ----------------------------------- 9 files changed, 14 insertions(+), 57 deletions(-) delete mode 100644 ld/emulparams/st2000.sh delete mode 100644 ld/scripttempl/st2000.sc diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f17bcc7..9d8ef5e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2018-04-16 Alan Modra + * config.bfd: Remove tandem support. + +2018-04-16 Alan Modra + * Makefile.am: Remove newsos3 support. * aoutx.h: Likewise. * config.bfd: Likewise. diff --git a/bfd/config.bfd b/bfd/config.bfd index 02c3188..a8f255a 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -110,7 +110,6 @@ case $targ in we32k-*-* | \ w65-*-* | \ *-*-ieee* | \ - *-tandem-* | \ i370-* | \ sh5*-*-* | sh64*-*-* | \ null) @@ -127,6 +126,7 @@ case $targ in *-adobe-* | \ *-go32-rtems* | \ *-sony-* | \ + *-tandem-* | \ *-*-netware* | \ *-*-rtemsaout* | \ *-*-rtemscoff* | \ @@ -1797,10 +1797,6 @@ case "${targ}" in targ_defvec=ieee_vec ;; - *-tandem-*) - targ_defvec=m68k_coff_vec - targ_selvecs=ieee_vec - ;; # END OF targmatch.h *) echo 1>&2 "*** BFD does not support target ${targ}." diff --git a/ld/ChangeLog b/ld/ChangeLog index 1438891..ee24342 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,14 @@ 2018-04-16 Alan Modra + * Makefile.am: Remove tandem support. + * configure.tgt: Likewise. + * emulparams/st2000.sh: Delete. + * scripttempl/st2000.sc: Delete. + * Makefile.in: Regenerate. + * po/BLD-POTFILES.in: Regenerate. + +2018-04-16 Alan Modra + * Makefile.am: Remove newsos3 support. * configure.tgt: Likewise. * emulparams/news.sh: Delete. diff --git a/ld/Makefile.am b/ld/Makefile.am index fa36dd0..8a3834a 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -406,7 +406,6 @@ ALL_EMULATION_SOURCES = \ esparcaout.c \ esparclinux.c \ esparcnbsd.c \ - est2000.c \ esun3.c \ esun4.c \ etic30aout.c \ @@ -1810,9 +1809,6 @@ esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \ esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} -est2000.c: $(srcdir)/emulparams/st2000.sh \ - $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS} - esun3.c: $(srcdir)/emulparams/sun3.sh \ $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} diff --git a/ld/Makefile.in b/ld/Makefile.in index 37ade86..ccdb378 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -775,7 +775,6 @@ ALL_EMULATION_SOURCES = \ esparcaout.c \ esparclinux.c \ esparcnbsd.c \ - est2000.c \ esun3.c \ esun4.c \ etic30aout.c \ @@ -1441,7 +1440,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esparcaout.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esparclinux.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esparcnbsd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/est2000.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esun3.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esun4.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic30aout.Po@am__quote@ @@ -3365,9 +3363,6 @@ esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \ esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} -est2000.c: $(srcdir)/emulparams/st2000.sh \ - $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/st2000.sc ${GEN_DEPENDS} - esun3.c: $(srcdir)/emulparams/sun3.sh \ $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} diff --git a/ld/configure.tgt b/ld/configure.tgt index 4665fc0..0ebfb39 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -864,8 +864,6 @@ z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;; *-*-ieee*) targ_emul=vanilla ;; -*-tandem-none) targ_emul=st2000 - ;; *) echo 2>&1 "*** ld does not support target ${targ}" echo 2>&1 "*** see ld/configure.tgt for supported targets" diff --git a/ld/emulparams/st2000.sh b/ld/emulparams/st2000.sh deleted file mode 100644 index 0498832..0000000 --- a/ld/emulparams/st2000.sh +++ /dev/null @@ -1,5 +0,0 @@ -SCRIPT_NAME=st2000 -OUTPUT_FORMAT="coff-m68k" -TEXT_START_ADDR=0x0 -TARGET_PAGE_SIZE=128 -ARCH=m68k diff --git a/ld/po/BLD-POTFILES.in b/ld/po/BLD-POTFILES.in index 6adb707..41ab032 100644 --- a/ld/po/BLD-POTFILES.in +++ b/ld/po/BLD-POTFILES.in @@ -328,7 +328,6 @@ eshpe.c esparcaout.c esparclinux.c esparcnbsd.c -est2000.c esun3.c esun4.c etic30aout.c diff --git a/ld/scripttempl/st2000.sc b/ld/scripttempl/st2000.sc deleted file mode 100644 index 331ebd6..0000000 --- a/ld/scripttempl/st2000.sc +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. -# -# Copying and distribution of this file, with or without modification, -# are permitted in any medium without royalty provided the copyright -# notice and this notice are preserved. - -cat <