diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-16 15:08:40 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-16 15:08:40 +0930 |
commit | fceadf09517d8b37a0fa77852e26a789fc160d94 (patch) | |
tree | 5fc7c0aebfce6229e4a78d24ee1ae0edccef65a7 /opcodes/configure.ac | |
parent | 5a48b83f3f41236f56046fd1a1354ebca789278c (diff) | |
download | gdb-fceadf09517d8b37a0fa77852e26a789fc160d94.zip gdb-fceadf09517d8b37a0fa77852e26a789fc160d94.tar.gz 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 'opcodes/configure.ac')
-rw-r--r-- | opcodes/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/configure.ac b/opcodes/configure.ac index 19fbd10..927f04e 100644 --- a/opcodes/configure.ac +++ b/opcodes/configure.ac @@ -331,7 +331,6 @@ if test x${all_targets} = xfalse ; then ta="$ta sh-dis.lo cgen-bitset.lo" ;; bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;; bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;; - bfd_tahoe_arch) ;; bfd_tic30_arch) ta="$ta tic30-dis.lo" ;; bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;; bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;; |