From: Eli Zaretskii Date: Sat, 2 Mar 2019 13:18:32 +0000 (+0200) Subject: GDB no longer supports Windows before XP. X-Git-Tag: gdb-8.3-release~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0db97a309b840fa59b0348049082b850702639e2;p=thirdparty%2Fbinutils-gdb.git GDB no longer supports Windows before XP. gdb/ChangeLog: 2019-03-02 Eli Zaretskii * NEWS: Mention end of support for native debugging on MS-Windows before XP. (cherry picked from commit 742a7df5f4a149f0818aaccfc432c4c0c9a6e26d) --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eb8eb159a8a..0586cd26feb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2019-03-02 Eli Zaretskii + + * NEWS: Mention end of support for native debugging on MS-Windows + before XP. + 2019-03-02 Eli Zaretskii PR gdb/24292 diff --git a/gdb/NEWS b/gdb/NEWS index c5ef13eadfc..a7d0b921b27 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -186,6 +186,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.