aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-eh-frame.c
diff options
context:
space:
mode:
authorSandra Loosemore <sloosemore@baylibre.com>2024-11-26 19:13:07 +0000
committerSandra Loosemore <sloosemore@baylibre.com>2024-11-26 19:13:07 +0000
commite7a16d9fd65098045ef5959bf98d990f12314111 (patch)
treee153d6439138061de1da42cadae64f7c1f5fafb9 /bfd/elf-eh-frame.c
parent7b55df8eff6f750c1226f87db57f2e6546638b12 (diff)
downloadbinutils-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 'bfd/elf-eh-frame.c')
-rw-r--r--bfd/elf-eh-frame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/elf-eh-frame.c b/bfd/elf-eh-frame.c
index ebe162f..6e0da8c 100644
--- a/bfd/elf-eh-frame.c
+++ b/bfd/elf-eh-frame.c
@@ -2145,7 +2145,6 @@ _bfd_elf_write_section_eh_frame (bfd *abfd,
/* Fall thru */
case bfd_arch_frv:
case bfd_arch_i386:
- case bfd_arch_nios2:
BFD_ASSERT (htab->hgot != NULL
&& ((htab->hgot->root.type
== bfd_link_hash_defined)