* NEWS: Cleanup and nitpick.
authorDaniel Jacobowitz <drow@false.org>
Sun, 4 Aug 2002 15:12:09 +0000 (15:12 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 4 Aug 2002 15:12:09 +0000 (15:12 +0000)
gdb/ChangeLog
gdb/NEWS

index 953d5300a3de5ef7cf78de9bc2c9384a6aa440dd..df387926b7438019cf17e35b32266a7b626d2c92 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * NEWS: Cleanup and nitpick.
+
 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
 
        * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
index c3875dd8e766149c5c8ffd22974936938eb2c0ac..e929bf8ef8c7722ed880288f61a7d81fa1f0d608 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,11 +3,12 @@
 
 *** Changes since GDB 5.2:
 
-* ``gdbserver'' now supports multithreaded applications on some targets
+* ``gdbserver'' now supports multi-threaded applications on some targets
 
-Support for multithreaded applications using libthread_db has been
-added for arm*-*-linux*-gnu*, i[3456]86-*-linux*-gnu*,
-mips*-*-linux*-gnu*, powerpc*-*-linux*-gnu*, and sh*-*-linux*-gnu*.
+Support for debugging multi-threaded applications which use  
+the GNU/Linux LinuxThreads package has been added for
+arm*-*-linux*-gnu*, i[3456]86-*-linux*-gnu*, mips*-*-linux*-gnu*,
+powerpc*-*-linux*-gnu*, and sh*-*-linux*-gnu*.
 
 * GDB now supports C/C++ preprocessor macros.