]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* thread_db.h (td_err_e): Add TD_NOTLS and TD_TLSDEFER.
authorRoland McGrath <roland@gnu.org>
Sat, 15 Mar 2003 23:55:47 +0000 (23:55 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 15 Mar 2003 23:55:47 +0000 (23:55 +0000)
(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.

linuxthreads_db/ChangeLog
nptl_db/ChangeLog

index 45cdf4a9ff762a550da2fdf6bc7ec70ba8e3989e..02d0dc1c9263a08c27c4a3c90542efa62dbf0fbd 100644 (file)
@@ -1,3 +1,12 @@
+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.
+
 2003-02-27  Roland McGrath  <roland@redhat.com>
 
        * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Handle TLS_DTV_AT_TP.
index 237d4e92e18248349e1e43bed74d1e9dd57c6f8d..86f1dc74b4c3f8be670de6d118a5b93db5671bee 100644 (file)
@@ -1,3 +1,12 @@
+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.
+
 2003-03-14  Roland McGrath  <roland@redhat.com>
 
        * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Use `header.' prefix.