* NEWS: Mention support for TLS without debugging information.
This commit is contained in:
parent
0d22c9559b
commit
7d3d3ece84
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* NEWS: Mention support for TLS without debugging information.
|
||||
|
||||
2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* remote-sim.c (gdbsim_kill): Call target_mourn_inferior.
|
||||
|
|
3
gdb/NEWS
3
gdb/NEWS
|
@ -14,6 +14,9 @@ supported.
|
|||
* The "set trust-readonly-sections" command works again. This command was
|
||||
broken in GDB 6.3, 6.4, and 6.5.
|
||||
|
||||
* Support for GNU/Linux Thread Local Storage (TLS, per-thread variables) no
|
||||
longer requires symbolic debug information (e.g. DWARF-2).
|
||||
|
||||
* New commands
|
||||
|
||||
set substitute-path
|
||||
|
|
Loading…
Reference in a new issue