diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-15 23:55:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-15 23:55:23 +0000 |
commit | 2f84cc6a484a430279297b97732b1da72b2e1e26 (patch) | |
tree | 6ffc02869459e12771ca8e1a23a3726ab7bbe63c /nptl_db/Makefile | |
parent | c04dad400ad98221b99b7466a54888b8cc5ca659 (diff) | |
download | glibc-2f84cc6a484a430279297b97732b1da72b2e1e26.tar glibc-2f84cc6a484a430279297b97732b1da72b2e1e26.tar.gz glibc-2f84cc6a484a430279297b97732b1da72b2e1e26.tar.bz2 glibc-2f84cc6a484a430279297b97732b1da72b2e1e26.zip |
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 'nptl_db/Makefile')
-rw-r--r-- | nptl_db/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nptl_db/Makefile b/nptl_db/Makefile index 4e6d1ea236..d6dcec5aea 100644 --- a/nptl_db/Makefile +++ b/nptl_db/Makefile @@ -41,9 +41,8 @@ libthread_db-routines = td_init td_log td_ta_new td_ta_delete \ 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)) |