summaryrefslogtreecommitdiff
path: root/opcodes/configure.ac
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2022-12-12 08:47:26 +0100
committerJan Beulich <jbeulich@suse.com>2022-12-12 08:47:26 +0100
commitbc30b54aef599ec9429044525b2d67f08e0d49a8 (patch)
treedaa2eb266429ea4a81f151a39a75bd9289073128 /opcodes/configure.ac
parent99f0fb12d544c9489804714f89e7738e60d2ea5d (diff)
downloadbinutils-gdb-bc30b54aef599ec9429044525b2d67f08e0d49a8.tar.gz
x86: remove i386-opc.c
Remove the now empty i386-opc.c. To compensate, tie table generation in opcodes/ to the building of i386-dis.o, despite the file not really depending on the generated data.
Diffstat (limited to 'opcodes/configure.ac')
-rw-r--r--opcodes/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/configure.ac b/opcodes/configure.ac
index e998d613436..8c79deb9ffc 100644
--- a/opcodes/configure.ac
+++ b/opcodes/configure.ac
@@ -282,7 +282,7 @@ if test x${all_targets} = xfalse ; then
bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
bfd_i386_arch|bfd_iamcu_arch)
- ta="$ta i386-dis.lo i386-opc.lo" ;;
+ ta="$ta i386-dis.lo" ;;
bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;