diff options
author | Sandra Loosemore <sloosemore@baylibre.com> | 2024-11-26 19:13:07 +0000 |
---|---|---|
committer | Sandra Loosemore <sloosemore@baylibre.com> | 2024-11-26 19:13:07 +0000 |
commit | e7a16d9fd65098045ef5959bf98d990f12314111 (patch) | |
tree | e153d6439138061de1da42cadae64f7c1f5fafb9 /opcodes/configure | |
parent | 7b55df8eff6f750c1226f87db57f2e6546638b12 (diff) | |
download | binutils-e7a16d9fd65098045ef5959bf98d990f12314111.zip binutils-e7a16d9fd65098045ef5959bf98d990f12314111.tar.gz binutils-e7a16d9fd65098045ef5959bf98d990f12314111.tar.bz2 |
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.)
Diffstat (limited to 'opcodes/configure')
-rwxr-xr-x | opcodes/configure | 1 |
1 files changed, 0 insertions, 1 deletions
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" ;; |