diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2024-08-12 10:29:36 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2024-08-12 10:50:32 -0400 |
commit | ac56938eb42f21c29b374f849038313751fc0fa8 (patch) | |
tree | c81d5d0364d3ffac0f3e27703850b719fd8a5610 /gdb/NEWS | |
parent | cb9f919f0f4b7f30023f353a8fd16979f8ace99a (diff) | |
download | gdb-ac56938eb42f21c29b374f849038313751fc0fa8.zip gdb-ac56938eb42f21c29b374f849038313751fc0fa8.tar.gz gdb-ac56938eb42f21c29b374f849038313751fc0fa8.tar.bz2 |
gdb/NEWS: announce removal of QNX Neutrino support
QNX Neutrino support was removed here [1], but I forgot to mention in in
NEWS.
[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=36fb20fa93484b104d91e42e38930ee8629192ab
Change-Id: I8db7957acdd0be3c1e0b751c7c245870c4cd7101
Approved-By: Eli Zaretskii <eliz@gnu.org>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ * MTE (Memory Tagging Extension) debugging is now supported on AArch64 baremetal targets. +* Remove support (native and remote) for QNX Neutrino (triplet + `i[3456]86-*-nto*`). + *** Changes in GDB 15 * The MPX commands "show/set mpx bound" have been deprecated, as Intel |