From: brobecke Date: Tue, 22 Apr 2008 20:29:07 +0000 (+0000) Subject: * NEWS: Document support for 64-bit core file. X-Git-Tag: pre-ripout-set_console_state_for_spawn~617 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ef75f6b61c1be310196d1b1d9bb62a740ef2e961;p=pf3gnuchains%2Fpf3gnuchains4x.git * NEWS: Document support for 64-bit core file. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a5aa71469a..75d66f46c3 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 4061da7d48..2af9883954 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.