diff options
author | Pedro Alves <palves@redhat.com> | 2007-10-21 10:27:49 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-10-21 10:27:49 +0000 |
commit | 430ebac964f04c38633f64eea383f07b118712ec (patch) | |
tree | de01753970e16897f3ca432cfc7ac5cc3e72297f | |
parent | a190e9e3e62af2ef739a8fcf7e6ec12b5b232972 (diff) | |
download | gdb-430ebac964f04c38633f64eea383f07b118712ec.zip gdb-430ebac964f04c38633f64eea383f07b118712ec.tar.gz gdb-430ebac964f04c38633f64eea383f07b118712ec.tar.bz2 |
* NEWS: Mention native MinGW configuration.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 3 |
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 @@ -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. |