diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-16 15:14:19 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-16 15:14:19 +0930 |
commit | de96689e03235bfd65a33704a9d398cb666140f4 (patch) | |
tree | e28d4c812b81ad5e5a822a08553b14edf9188234 /bfd/config.bfd | |
parent | 5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e (diff) | |
download | gdb-de96689e03235bfd65a33704a9d398cb666140f4.zip gdb-de96689e03235bfd65a33704a9d398cb666140f4.tar.gz gdb-de96689e03235bfd65a33704a9d398cb666140f4.tar.bz2 |
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.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 6 |
1 files changed, 1 insertions, 5 deletions
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}." |