* dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
* gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of VALADDR.
This commit is contained in:
parent
e493ab45b1
commit
96ce45cadb
3 changed files with 8 additions and 2 deletions
|
@ -186,7 +186,7 @@ static CORE_ADDR
|
|||
dwarf_expr_tls_address (void *baton, CORE_ADDR offset)
|
||||
{
|
||||
struct dwarf_expr_baton *debaton = (struct dwarf_expr_baton *) baton;
|
||||
CORE_ADDR addr;
|
||||
CORE_ADDR addr = 0;
|
||||
|
||||
if (target_get_thread_local_address_p ())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue