aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-04-16 15:08:40 +0930
committerAlan Modra <amodra@gmail.com>2018-04-16 15:08:40 +0930
commitfceadf09517d8b37a0fa77852e26a789fc160d94 (patch)
tree5fc7c0aebfce6229e4a78d24ee1ae0edccef65a7 /bfd/config.bfd
parent5a48b83f3f41236f56046fd1a1354ebca789278c (diff)
downloadfsf-binutils-gdb-fceadf09517d8b37a0fa77852e26a789fc160d94.zip
fsf-binutils-gdb-fceadf09517d8b37a0fa77852e26a789fc160d94.tar.gz
fsf-binutils-gdb-fceadf09517d8b37a0fa77852e26a789fc160d94.tar.bz2
Remove tahoe support
include/ * opcode/tahoe.h: Delete. bfd/ * archures.c: Remove tahoe support. * config.bfd: Likewise. * configure.ac: Likewise. * hosts/tahoe.h: Delete. * bfd-in2.h: Regenerate. * configure: Regenerate. opcodes/ * configure.ac: Remove tahoe support. * configure: Regenerate. binutils/ * testsuite/binutils-all/objdump.exp: Remove tahoe support. gprof/ * Makefile.am: Remove tahoe support. * corefile.c: Likewise. * tahoe.c: Delete. * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd9
1 files changed, 1 insertions, 8 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index a77a7ba..77ce4eb 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -109,7 +109,6 @@ case $targ in
sparc-*-netware* | \
sparc64-*-aout* | \
sparc*-*-coff* | \
- tahoe-*-* | \
vax-*-bsd* | vax-*-ultrix* | \
we32k-*-* | \
w65-*-* | \
@@ -145,6 +144,7 @@ case $targ in
maxq-*-coff | \
mips*el-*-rtems* | \
sparc-*-lynxos* | \
+ tahoe-*-* | \
vax-*-vms* | \
null)
echo "*** Configuration $targ is obsolete." >&2
@@ -1703,13 +1703,6 @@ case "${targ}" in
want64=true
;;
-#if HAVE_aout_vec
- tahoe-*-*)
- targ_defvec=aout_vec
- targ_underscore=yes
- ;;
-#endif
-
tic6x-*-elf)
targ_defvec=tic6x_elf32_c6000_le_vec
targ_selvecs="tic6x_elf32_c6000_be_vec tic6x_elf32_le_vec tic6x_elf32_be_vec"