From: Christian Biesinger Date: Sat, 14 Sep 2019 20:28:51 +0000 (-0400) Subject: Add a NEWS entry that gdb can be compiled with py3 on Windows. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a062a93d70e08ddc23c0a940a8c20eea48e6904;p=binutils-gdb.git Add a NEWS entry that gdb can be compiled with py3 on Windows. This was fixed in commit 272044897e178835f596c96740c5a1800ec6f9fb. 2019-09-14 Christian Biesinger * NEWS: Mention that gdb can now be compiled with Python 3 on Windows. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 147882447e2..fc2260d53da 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2019-09-14 Christian Biesinger + + * NEWS: Mention that gdb can now be compiled with Python 3 + on Windows. + 2019-09-12 Andrew Burgess * maint.c (maint_print_section_data::maint_print_section_data): diff --git a/gdb/NEWS b/gdb/NEWS index d502f08984c..947b7435337 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -32,6 +32,8 @@ * GDB now shows the Ada task names at more places, e.g. in task switching messages. +* GDB can now be compiled with Python 3 on Windows. + * Python API ** The gdb.Value type has a new method 'format_string' which returns a