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 | 7b55df8eff6f750c1226f87db57f2e6546638b12 (patch) | |
tree | fd41fef7b194fa8dc4b6a5caa5a522efda3e9bfb /gdb/NEWS | |
parent | dfc65d0579444ec020b309637654cbe17cb9dc60 (diff) | |
download | fsf-binutils-gdb-7b55df8eff6f750c1226f87db57f2e6546638b12.zip fsf-binutils-gdb-7b55df8eff6f750c1226f87db57f2e6546638b12.tar.gz fsf-binutils-gdb-7b55df8eff6f750c1226f87db57f2e6546638b12.tar.bz2 |
nios2: Remove all GDB support for Nios II targets.
Intel has EOL'ed the Nios II architecture, and it's time to remove support
from all toolchain components before it gets any more bit-rotten from
lack of maintenance or regular testing.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ *** Changes since GDB 15 +* Support for Nios II targets has been removed as this architecture + has been EOL'ed by Intel. + * GDB now supports watchpoints for tagged data pointers (see https://en.wikipedia.org/wiki/Tagged_pointer) on amd64, such as the one used by the Linear Address Masking (LAM) feature provided by |