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 /ld/NEWS | |
parent | 7b55df8eff6f750c1226f87db57f2e6546638b12 (diff) | |
download | gdb-e7a16d9fd65098045ef5959bf98d990f12314111.zip gdb-e7a16d9fd65098045ef5959bf98d990f12314111.tar.gz gdb-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 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ -*- text -*- +* Support for Nios II target has been removed, as this architecture has been + EOL'ed by Intel. + Changes in 2.44: * Add --image-base=<ADDR> option to the ELF linker to behave the same |