* NEWS: Cleanup and nitpick.
This commit is contained in:
parent
dd73b9bbd8
commit
b9d147054e
|
@ -1,3 +1,7 @@
|
||||||
|
2002-08-04 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
* NEWS: Cleanup and nitpick.
|
||||||
|
|
||||||
2002-08-03 Andrew Cagney <ac131313@redhat.com>
|
2002-08-03 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
|
* NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
|
||||||
|
|
9
gdb/NEWS
9
gdb/NEWS
|
@ -3,11 +3,12 @@
|
||||||
|
|
||||||
*** Changes since GDB 5.2:
|
*** 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
|
Support for debugging multi-threaded applications which use
|
||||||
added for arm*-*-linux*-gnu*, i[3456]86-*-linux*-gnu*,
|
the GNU/Linux LinuxThreads package has been added for
|
||||||
mips*-*-linux*-gnu*, powerpc*-*-linux*-gnu*, and sh*-*-linux*-gnu*.
|
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.
|
* GDB now supports C/C++ preprocessor macros.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue