From 3f47be5ca18951cf0633ef852a8223eb75536000 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Tue, 12 Nov 2002 02:39:41 +0000 Subject: 2002-11-11 Elena Zannoni * findvar.c (read_var_value): Reenable TLS code. 2002-11-11 Elena Zannoni Jim Blandy * 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/config.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gdb/config.in') diff --git a/gdb/config.in b/gdb/config.in index 8c1c7bf..fa1ab9a 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. @@ -514,3 +514,6 @@ /* Define if has pr_siginfo64_t. */ #undef HAVE_PR_SIGINFO64_T +/* Define if has the TD_NOTALLOC error code. */ +#undef THREAD_DB_HAS_TD_NOTALLOC + -- cgit v1.1