From: Roland McGrath Date: Sat, 15 Mar 2003 23:55:47 +0000 (+0000) Subject: * thread_db.h (td_err_e): Add TD_NOTLS and TD_TLSDEFER. X-Git-Tag: cvs/glibc-2_3_3~1212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfeafbf7f0608461a1a5f3152921225d6e8e2ab9;p=thirdparty%2Fglibc.git * 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. --- diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index 45cdf4a9ff7..02d0dc1c926 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,12 @@ +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. + 2003-02-27 Roland McGrath * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Handle TLS_DTV_AT_TP. diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index 237d4e92e18..86f1dc74b4c 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,12 @@ +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. + 2003-03-14 Roland McGrath * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Use `header.' prefix.