From b9d147054e7fd807eac70d67c9eaaf5ee9b99771 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 4 Aug 2002 15:12:09 +0000 Subject: [PATCH] * NEWS: Cleanup and nitpick. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 953d5300a3..df387926b7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-08-04 Daniel Jacobowitz + + * NEWS: Cleanup and nitpick. + 2002-08-03 Andrew Cagney * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings. diff --git a/gdb/NEWS b/gdb/NEWS index c3875dd8e7..e929bf8ef8 100644 --- 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.