]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/target.h
2002-11-11 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 12 Nov 2002 02:39:41 +0000 (02:39 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 12 Nov 2002 02:39:41 +0000 (02:39 +0000)
commit3f47be5ca18951cf0633ef852a8223eb75536000
treea8243ab67d3aca5e4dff0984ec5aa45866466b01
parent4894709537fc5167264c453dc54c5965476f3905
2002-11-11  Elena Zannoni  <ezannoni@redhat.com>

        * findvar.c (read_var_value): Reenable TLS code.

2002-11-11  Elena Zannoni  <ezannoni@redhat.com>
            Jim Blandy  <jimb@redhat.com>

* gdb_thread_db.h (enum): Add TD_NOTALLOC.
* target.c (update_current_target): Add
to_get_thread_local_address.
* target.h (to_get_thread_local_address): Export.
(target_get_thread_local_address): Define.
(target_get_thread_local_address_p): Define.
* thread-db.c: Include solib-svr4.h.
(td_thr_tls_get_addr_p): Define.
(thread_db_load): Get a pointer to td_thr_tls_get_addr.
(thread_db_get_thread_local_address): New function.
(init_thread_db_ops): Initialize to_get_thread_local_address.
* configure.in: Add test for TD_NOTALLOC in thread_db.h.
* configure: Regenerate.
* config.in: Regenerate.
gdb/ChangeLog
gdb/config.in
gdb/configure
gdb/configure.in
gdb/findvar.c
gdb/gdb_thread_db.h
gdb/target.c
gdb/target.h
gdb/thread-db.c