aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2020-06-12 16:06:46 -0400
committerSimon Marchi <simon.marchi@efficios.com>2020-06-12 16:06:46 -0400
commit6a17d503c45b69dbf92c4c2a1aa2148db458c6b1 (patch)
tree07243538ad937bb81560b425995c726122570dca /gdb/NEWS
parent84b300de3666ce1c86820a44f22ffd76eca04085 (diff)
downloadgdb-6a17d503c45b69dbf92c4c2a1aa2148db458c6b1.zip
gdb-6a17d503c45b69dbf92c4c2a1aa2148db458c6b1.tar.gz
gdb-6a17d503c45b69dbf92c4c2a1aa2148db458c6b1.tar.bz2
gdb: mention removed GDBserver host support in NEWS
gdb/ChangeLog: * NEWS: Mention removed GDBserver host support. Change-Id: Ib9e212e525d12ac7f3f9b5c056adc5bf9c4d52cd
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 9ef85ab..cebfd18 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -29,6 +29,19 @@
** GDBserver is now supported on RISC-V GNU/Linux.
+ ** GDBserver no longer supports these host triplets:
+
+ i[34567]86-*-lynxos*
+ powerpc-*-lynxos*
+ i[34567]86-*-nto*
+ bfin-*-*linux*
+ crisv32-*-linux*
+ cris-*-linux*
+ m32r*-*-linux*
+ tilegx-*-linux*
+ arm*-*-mingw32ce*
+ i[34567]86-*-mingw32ce*
+
* Debugging MS-Windows processes now sets $_exitsignal when the
inferior is terminated by a signal, instead of setting $_exitcode.