From: Joel Brobecker Date: Tue, 22 Apr 2008 20:29:07 +0000 (+0000) Subject: * NEWS: Document support for 64-bit core file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=88d8a8e052a22f1187cb503f1e23e58abf9320a7;p=binutils-gdb.git * NEWS: Document support for 64-bit core file. --- 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.