]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
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)
commit9d774e4455679ce9e35acbcb9abb6704b49cc47f
tree5bd8dec8d997bd0bdff259ece2d83a7d7699974f
parent550633cbb18aeb803651d019c5b08a32d270aaf4
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