From e7a16d9fd65098045ef5959bf98d990f12314111 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Tue, 26 Nov 2024 19:13:07 +0000 Subject: nios2: Remove binutils support for Nios II target. The Nios II architecture has been EOL'ed by the vendor. This patch removes all binutils, bfd, gas, binutils, and opcodes support for this target with the exception of the readelf utility. (The ELF EM_* number remains valid and the relocation definitions from the Nios II ABI will never change in future, so retaining the readelf support seems consistent with its purpose as a utility that tries to parse the headers in any ELF file provided as an argument regardless of target.) --- opcodes/configure | 1 - 1 file changed, 1 deletion(-) (limited to 'opcodes/configure') diff --git a/opcodes/configure b/opcodes/configure index 0b9f2de..547e5af 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -14495,7 +14495,6 @@ if test x${all_targets} = xfalse ; then bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;; bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;; bfd_nfp_arch) ta="$ta nfp-dis.lo" ;; - bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;; bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;; bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;; bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;; -- cgit v1.1