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 /gas/NEWS | |
parent | nios2: Remove all GDB support for Nios II targets. (diff) | |
download | binutils-gdb-e7a16d9fd65098045ef5959bf98d990f12314111.tar.gz binutils-gdb-e7a16d9fd65098045ef5959bf98d990f12314111.tar.bz2 binutils-gdb-e7a16d9fd65098045ef5959bf98d990f12314111.zip |
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 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ -*- text -*- +* Support for Nios II targets has been dropped, as the architecture has + been EOL'ed by Intel. + * Add support for the x86 Intel MSR_IMM instructions. * Add support for the x86 Zhaoxin GMI instructions. |