public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/2] opcodes: Drop bfd_arch_l1om/bfd_arch_k1om support
@ 2022-03-24 19:23 H.J. Lu
  2022-03-24 19:23 ` [PATCH 2/2] bfd: Remove bfd_arch_l1om and bfd_arch_k1om H.J. Lu
  0 siblings, 1 reply; 11+ messages in thread
From: H.J. Lu @ 2022-03-24 19:23 UTC (permalink / raw)
  To: binutils

L1OM/K1OM support has been removed from gas and ld.

	* configure.ac: Remove bfd_arch_l1om/bfd_arch_k1om references.
	* disassemble.c (disassembler): Likewise.
	* configure: Regenerate.
---
 opcodes/configure     | 2 +-
 opcodes/configure.ac  | 2 +-
 opcodes/disassemble.c | 2 --
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/opcodes/configure b/opcodes/configure
index c98c5bcd0d1..d8d518a346a 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -12509,7 +12509,7 @@ if test x${all_targets} = xfalse ; then
 	bfd_moxie_arch)		ta="$ta moxie-dis.lo moxie-opc.lo" ;;
 	bfd_h8300_arch)		ta="$ta h8300-dis.lo" ;;
 	bfd_hppa_arch)		ta="$ta hppa-dis.lo" ;;
-	bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
+	bfd_i386_arch|bfd_iamcu_arch)
 				ta="$ta i386-dis.lo i386-opc.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 ;;
diff --git a/opcodes/configure.ac b/opcodes/configure.ac
index dc340c4d110..006a95d8704 100644
--- a/opcodes/configure.ac
+++ b/opcodes/configure.ac
@@ -281,7 +281,7 @@ if test x${all_targets} = xfalse ; then
 	bfd_moxie_arch)		ta="$ta moxie-dis.lo moxie-opc.lo" ;;
 	bfd_h8300_arch)		ta="$ta h8300-dis.lo" ;;
 	bfd_hppa_arch)		ta="$ta hppa-dis.lo" ;;
-	bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
+	bfd_i386_arch|bfd_iamcu_arch)
 				ta="$ta i386-dis.lo i386-opc.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 ;;
diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c
index e613935eff8..1f1fde7ae8f 100644
--- a/opcodes/disassemble.c
+++ b/opcodes/disassemble.c
@@ -229,8 +229,6 @@ disassembler (enum bfd_architecture a,
 #ifdef ARCH_i386
     case bfd_arch_i386:
     case bfd_arch_iamcu:
-    case bfd_arch_l1om:
-    case bfd_arch_k1om:
       disassemble = print_insn_i386;
       break;
 #endif
-- 
2.35.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-03-31 17:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24 19:23 [PATCH 1/2] opcodes: Drop bfd_arch_l1om/bfd_arch_k1om support H.J. Lu
2022-03-24 19:23 ` [PATCH 2/2] bfd: Remove bfd_arch_l1om and bfd_arch_k1om H.J. Lu
2022-03-25  8:21   ` Jan Beulich
2022-03-25 14:22     ` H.J. Lu
2022-03-25 14:28       ` Jan Beulich
2022-03-25 14:36         ` H.J. Lu
2022-03-25 15:25           ` Jan Beulich
2022-03-25 15:29             ` H.J. Lu
2022-03-25 17:15             ` H.J. Lu
2022-03-28  8:34               ` Jan Beulich
2022-03-31 17:00                 ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).