* NEWS: Add entry mentioning thread-support on Tru64
authorJoel Brobecker <brobecker@gnat.com>
Mon, 20 Oct 2008 16:18:59 +0000 (16:18 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 20 Oct 2008 16:18:59 +0000 (16:18 +0000)
gdb/ChangeLog
gdb/NEWS

index 6f11fa1..3c11048 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-20  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Add entry mentioning thread-support on Tru64
+
 2008-10-19  Joel Brobecker  <brobecker@adacore.com>
 
        * dec-thread.c: New file.
index 46aa144..7c68728 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.