aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-04-16 15:14:19 +0930
committerAlan Modra <amodra@gmail.com>2018-04-16 15:14:19 +0930
commitde96689e03235bfd65a33704a9d398cb666140f4 (patch)
treee28d4c812b81ad5e5a822a08553b14edf9188234 /bfd/config.bfd
parent5972ac7375e9b6a6f0c4bdef31d3da574fb1b65e (diff)
downloadgdb-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.bfd6
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}."