2007-10-20 Pedro Alves * NEWS: Mention native MinGW configuration. --- gdb/NEWS | 3 +++ 1 file changed, 3 insertions(+) Index: src/gdb/NEWS =================================================================== --- src.orig/gdb/NEWS 2007-10-20 15:52:19.000000000 +0100 +++ src/gdb/NEWS 2007-10-20 16:16:35.000000000 +0100 @@ -3,6 +3,9 @@ *** Changes since GDB 6.7 +* GDB can now be built as a native debugger on native x86 Windows +(mingw32) systems for debugging Portable Executable (PE) executables. + * Pending breakpoints no longer change their number when their address is resolved.