From 2f84cc6a484a430279297b97732b1da72b2e1e26 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 15 Mar 2003 23:55:23 +0000 Subject: 2003-03-15 Roland McGrath * 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. --- nptl_db/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nptl_db/Versions') diff --git a/nptl_db/Versions b/nptl_db/Versions index 4ca8042c12..063493c676 100644 --- a/nptl_db/Versions +++ b/nptl_db/Versions @@ -18,4 +18,7 @@ libthread_db { GLIBC_2.3 { td_thr_tls_get_addr; } + GLIBC_2.3.3 { + td_thr_tlsbase; + } } -- cgit v1.2.1