diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-10-20 16:18:59 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-10-20 16:18:59 +0000 |
commit | 7f99b1909ee8c09b24b56e7f6ae81e279f8338bf (patch) | |
tree | 4f9a9b9698850d115367e7ef2a8274e021f99207 /gdb/NEWS | |
parent | 7a052092c3500a99f4a54e3b8efaa566211fe9bc (diff) | |
download | binutils-7f99b1909ee8c09b24b56e7f6ae81e279f8338bf.tar.gz binutils-7f99b1909ee8c09b24b56e7f6ae81e279f8338bf.tar.bz2 binutils-7f99b1909ee8c09b24b56e7f6ae81e279f8338bf.zip |
* NEWS: Add entry mentioning thread-support on Tru64
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ with the --compress-debug-sections=zlib flag. * 64-bit core files are now supported on AIX. +* Thread switching is now supported on Tru64. + * Watchpoints can now be set on unreadable memory locations, e.g. addresses which will be allocated using malloc later in program execution. |