OSDN Git Service

2002-10-21 Jim Blandy <jimb@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 21 Oct 2002 19:11:50 +0000 (19:11 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 21 Oct 2002 19:11:50 +0000 (19:11 +0000)
commitc08834975df1b218495e7bc366a30e53a711f905
tree3b6f8298fc61c732ce3162c306a4b6766f2ac463
parente5713b4de901f5bf6fce112f15979836c5076260
2002-10-21  Jim Blandy  <jimb@redhat.com>
    Elena Zannoni  <ezannoni@redhat.com>

* symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
for thread local storage locations.
(struct symbol): Add objfile field.
(SYMBOL_OBJFILE): Define.
* dwarf2read.c (is_thread_local): New static variable.
(new_symbol): If variable is in thread local fill in address class
and objfile appropriately.
(decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
stack operation.
* printcmd.c (address_info): Print the information for thread
local storage variable.
* findvar.c (read_var_value): In case of thread local variable,
defer to the target vector code to compute address.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/findvar.c
gdb/printcmd.c
gdb/symtab.h