* NEWS: Document support for 64-bit core file.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 22 Apr 2008 20:29:07 +0000 (20:29 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 22 Apr 2008 20:29:07 +0000 (20:29 +0000)
gdb/ChangeLog
gdb/NEWS

index a5aa71469a535d9c9f99b528ed43246d6fbddd8b..75d66f46c33e36592d51f0ab312dd913b5ce7bdb 100644 (file)
@@ -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.
index 4061da7d4885b2f96869a4f31f0a266027d59401..2af9883954df26149a39a3faeb7329855bdfa7d2 100644 (file)
--- 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.