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 + + * NEWS: Document support for 64-bit core file. + 2008-04-22 Corinna Vinschen * 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.