aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2007-10-21 10:27:49 +0000
committerPedro Alves <palves@redhat.com>2007-10-21 10:27:49 +0000
commit430ebac964f04c38633f64eea383f07b118712ec (patch)
treede01753970e16897f3ca432cfc7ac5cc3e72297f
parenta190e9e3e62af2ef739a8fcf7e6ec12b5b232972 (diff)
downloadgdb-430ebac964f04c38633f64eea383f07b118712ec.zip
gdb-430ebac964f04c38633f64eea383f07b118712ec.tar.gz
gdb-430ebac964f04c38633f64eea383f07b118712ec.tar.bz2
* NEWS: Mention native MinGW configuration.
-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.