diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-10-18 15:29:18 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-10-18 15:29:18 +0000 |
commit | 7d3d3ece84a958fc06770e3bb346ee5ca70da145 (patch) | |
tree | 7503de7a59c5d915fb935815d59d41373e90d6ee /gdb | |
parent | 0d22c9559b677a7ce0dffbc29ea754c6c69da0d2 (diff) | |
download | fsf-binutils-gdb-7d3d3ece84a958fc06770e3bb346ee5ca70da145.zip fsf-binutils-gdb-7d3d3ece84a958fc06770e3bb346ee5ca70da145.tar.gz fsf-binutils-gdb-7d3d3ece84a958fc06770e3bb346ee5ca70da145.tar.bz2 |
* NEWS: Mention support for TLS without debugging information.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6dc9002..ab06977 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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. (gdbsim_load): Don't bother to adjust inferior_ptid here. (gdbsim_create_inferior): Mark the simulator as running. @@ -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 |