]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: mention removed GDBserver host support in NEWS
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 12 Jun 2020 20:06:46 +0000 (16:06 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 12 Jun 2020 20:06:46 +0000 (16:06 -0400)
gdb/ChangeLog:

* NEWS: Mention removed GDBserver host support.

Change-Id: Ib9e212e525d12ac7f3f9b5c056adc5bf9c4d52cd

gdb/ChangeLog
gdb/NEWS

index c8597e637f4cba7e504606d26d2b6444dcea2f6a..3be14fdc30aa7692008d7bdbe24ad7099a21b89a 100644 (file)
@@ -1,3 +1,7 @@
+2020-06-12  Simon Marchi  <simon.marchi@efficios.com>
+
+       * NEWS: Mention removed GDBserver host support.
+
 2020-06-12  Nelson Chu  <nelson.chu@sifive.com>
 
        * features/riscv/rebuild-csr-xml.sh: Updated.
index 9ef85ab3ca77371fe460b9ee0232a89e5dc32ff7..cebfd18f0c6b90d013ca8406521fd1664eacf04c 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 
   ** 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.