GDB no longer supports Windows before XP.

gdb/ChangeLog:
2019-03-02  Eli Zaretskii  <eliz@gnu.org>

	* NEWS: Mention end of support for native debugging on MS-Windows
	before XP.
This commit is contained in:
Eli Zaretskii 2019-03-02 15:18:32 +02:00
parent 41fa577fbc
commit 742a7df5f4
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2019-03-02 Eli Zaretskii <eliz@gnu.org>
* NEWS: Mention end of support for native debugging on MS-Windows
before XP.
PR gdb/24292
* common/netstuff.c:
* gdbserver/gdbreplay.c

View File

@ -188,6 +188,11 @@ CSKY ELF csky*-*-elf
CSKY GNU/LINUX csky*-*-linux
FreeBSD/riscv riscv*-*-freebsd*
* Removed targets
GDB no longer supports native debugging on versions of MS-Windows
before Windows XP.
* Python API
** GDB no longer supports Python versions less than 2.6.