From fb0cd46ee85efcb7baf957841e9040b14098523c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 13 Nov 2002 18:13:17 +0000 Subject: [PATCH] * findvar.c (read_var_value): Doc fix. --- gdb/ChangeLog | 4 ++++ gdb/findvar.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b2617ec2e5..46811e51bfa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-11-13 Jim Blandy + + * findvar.c (read_var_value): Doc fix. + 2002-11-13 Andrew Cagney * regcache.c (struct regcache): Replace passthough_p with diff --git a/gdb/findvar.c b/gdb/findvar.c index 9eff168ddca..eeb7e297a1e 100644 --- a/gdb/findvar.c +++ b/gdb/findvar.c @@ -544,9 +544,6 @@ addresses have not been bound by the dynamic loader. Try again when executable i case LOC_THREAD_LOCAL_STATIC: { - /* We want to let the target / ABI-specific code construct - this value for us, so we need to dispose of the value - allocated for us above. */ if (target_get_thread_local_address_p ()) addr = target_get_thread_local_address (inferior_ptid, SYMBOL_OBJFILE (var), -- 2.30.2