]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* NEWS: Update.
authorMark Kettenis <kettenis@gnu.org>
Thu, 2 Aug 2001 18:58:13 +0000 (18:58 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 2 Aug 2001 18:58:13 +0000 (18:58 +0000)
gdb/ChangeLog
gdb/NEWS

index f1df3543eb118197e1603b883addeef3dbd12b17..b5be54c9828dbe30eed0dded1861f1ee64e22239 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * NEWS: Update.
+
 2001-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
        The following changes avoid polluting global namespace with the
index edaf5e81b426a7d7ed8c46a7bec885233e0ebf5c..a251a7ebff58a0eff03b749d7987e2dbdf85539f 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -120,9 +120,14 @@ documentation of `hookpost' in the GDB manual.
 
 * Changes in GNU/Linux native debugging.
 
+Support for debugging multi-threaded programs has been completely
+revised for all platforms except m68k and sparc.  You can now debug as
+many threads as your system allows you to have.
+
 Attach/detach is supported for multi-threaded programs.
 
-Support for SSE registers was added.
+Support for SSE registers was added for x86.  This doesn't work for
+multi-threaded programs though.
 
 * Changes in MIPS configurations.