aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-04-22 20:29:07 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-04-22 20:29:07 +0000
commit88d8a8e052a22f1187cb503f1e23e58abf9320a7 (patch)
tree37828105191478b154cbd79db5761c52c9922e8a /gdb
parentc055b1010f3ff41e33e30b195f809e05d68af989 (diff)
downloadgdb-88d8a8e052a22f1187cb503f1e23e58abf9320a7.zip
gdb-88d8a8e052a22f1187cb503f1e23e58abf9320a7.tar.gz
gdb-88d8a8e052a22f1187cb503f1e23e58abf9320a7.tar.bz2
* NEWS: Document support for 64-bit core file.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS2
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a5aa714..75d66f4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-22 Joel Brobecker <brobecker@adacore.com>
+
+ * NEWS: Document support for 64-bit core file.
+
2008-04-22 Corinna Vinschen <vinschen@redhat.com>
* NEWS: Add information on calling convention and new SH CLI options.
diff --git a/gdb/NEWS b/gdb/NEWS
index 4061da7..2af9883 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -13,6 +13,8 @@
* GDB can now read compressed debug sections, as produced by GNU gold
with the --compress-debug-sections=zlib flag.
+* 64-bit core files are now supported on AIX.
+
* Watchpoints can now be set on unreadable memory locations, e.g. addresses
which will be allocated using malloc later in program execution.