From 7d3d3ece84a958fc06770e3bb346ee5ca70da145 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Wed, 18 Oct 2006 15:29:18 +0000 Subject: [PATCH] * NEWS: Mention support for TLS without debugging information. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6dc9002edd..ab0697753e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-10-17 Daniel Jacobowitz + + * NEWS: Mention support for TLS without debugging information. + 2006-10-17 Daniel Jacobowitz * remote-sim.c (gdbsim_kill): Call target_mourn_inferior. diff --git a/gdb/NEWS b/gdb/NEWS index f54f75ba92..2a5dfb9dde 100644 --- a/gdb/NEWS +++ b/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 -- 2.34.1