diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c8597e637f4..3be14fdc30a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-06-12 Simon Marchi + + * NEWS: Mention removed GDBserver host support. + 2020-06-12 Nelson Chu * features/riscv/rebuild-csr-xml.sh: Updated. diff --git a/gdb/NEWS b/gdb/NEWS index 9ef85ab3ca7..cebfd18f0c6 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.