mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
* findvar.c (read_var_value): Doc fix.
This commit is contained in:
parent
2d28509afb
commit
fb0cd46ee8
@ -1,3 +1,7 @@
|
||||
2002-11-13 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* findvar.c (read_var_value): Doc fix.
|
||||
|
||||
2002-11-13 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* regcache.c (struct regcache): Replace passthough_p with
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user