aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e6a8f32..71e7447 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-21 Pedro Alves <pedro_alves@portugalmail.pt>
+
+ * NEWS: Mention native MinGW configuration.
+
2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
* gdbarch.sh: Remove "macro" column of input table. Remove handling
diff --git a/gdb/NEWS b/gdb/NEWS
index 9a2410d..50ee212 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,9 @@
*** Changes since GDB 6.7
+* GDB can now be built as a native debugger for debugging Windows x86
+(mingw32) Portable Executable (PE) programs.
+
* Pending breakpoints no longer change their number when their address
is resolved.