mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* NEWS: Mention new BSD user-level threads support.
This commit is contained in:
parent
a28109e0ab
commit
6fe8578385
@ -1,5 +1,7 @@
|
||||
2005-01-23 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* NEWS: Mention new BSD user-level threads support.
|
||||
|
||||
* i386obsd-tdep.c: Update copyright year. Include
|
||||
"bsd-uthread.h".
|
||||
(i386obsd_uthread_reg_offset): New variable.
|
||||
|
13
gdb/NEWS
13
gdb/NEWS
@ -3,6 +3,19 @@
|
||||
|
||||
*** Changes since GDB 6.3
|
||||
|
||||
* New BSD user-level threads support
|
||||
|
||||
It is now possible to debug programs using the user-level threads
|
||||
library on OpenBSD and FreeBSD. Currently supported (target)
|
||||
configurations are:
|
||||
|
||||
FreeBSD/amd64 x86_64-*-freebsd*
|
||||
FreeBSD/i386 i386-*-freebsd*
|
||||
OpenBSD/i386 i386-*-openbsd*
|
||||
|
||||
Note that the new kernel threads libraries introduced in FreeBSD 5.x
|
||||
are not yet supported.
|
||||
|
||||
* New support for Matsushita MN10300 w/sim added
|
||||
(Work in progress). mn10300-elf.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user