diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rwxr-xr-x | opcodes/configure | 1 | ||||
-rw-r--r-- | opcodes/configure.ac | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0934467..f911efc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2018-04-16 Alan Modra <amodra@gmail.com> + + * configure.ac: Remove tahoe support. + * configure: Regenerate. + 2018-04-15 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (prefix_table): Replace Em with Edq on tpause and diff --git a/opcodes/configure b/opcodes/configure index b0f1840..e3ba07c 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -12707,7 +12707,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" ;; 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" ;; |