summaryrefslogtreecommitdiff
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
commitfb777a3eec5d7e8b59dad5358bac4e05ada5c697 (patch)
tree24932617583f29cc4780b5ec0c66490cd8cd19d7
parent2fb2182c34447ee8bc80ddefbd6609a4e6c1a123 (diff)
downloadgdb-fb777a3eec5d7e8b59dad5358bac4e05ada5c697.tar.gz
* NEWS: Document support for 64-bit core file.
-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 a5aa71469a5..75d66f46c33 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 4061da7d488..2af9883954d 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.