summaryrefslogtreecommitdiff
path: root/linuxthreads_db/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-15 23:55:23 +0000
committerRoland McGrath <roland@gnu.org>2003-03-15 23:55:23 +0000
commit2f84cc6a484a430279297b97732b1da72b2e1e26 (patch)
tree6ffc02869459e12771ca8e1a23a3726ab7bbe63c /linuxthreads_db/Makefile
parentc04dad400ad98221b99b7466a54888b8cc5ca659 (diff)
2003-03-15 Roland McGrath <roland@redhat.com>
* thread_db.h (td_err_e): Add TD_NOTLS and TD_TLSDEFER. (td_thr_tlsbase): Declare it. * td_thr_tlsbase.c: New file. * Makefile (libthread_db-routines): Add it. * Versions (libthread_db: GLIBC_2.3.3): New set, add td_thr_tlsbase. * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Use td_thr_tlsbase.
Diffstat (limited to 'linuxthreads_db/Makefile')
-rw-r--r--linuxthreads_db/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads_db/Makefile b/linuxthreads_db/Makefile
index 1265a7864e..53e46f7758 100644
--- a/linuxthreads_db/Makefile
+++ b/linuxthreads_db/Makefile
@@ -39,7 +39,8 @@ libthread_db-routines = td_init td_log td_ta_delete td_ta_get_nthreads \
td_thr_event_enable td_thr_set_event \
td_thr_clear_event td_thr_event_getmsg \
td_ta_set_event td_ta_event_getmsg \
- td_ta_clear_event td_symbol_list td_thr_tls_get_addr
+ td_ta_clear_event td_symbol_list \
+ td_thr_tlsbase td_thr_tls_get_addr
libthread_db-inhibit-o = $(filter-out .os,$(object-suffixes))