about summary refs log tree commit diff
path: root/nptl_db
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-15 23:55:47 +0000
committerRoland McGrath <roland@gnu.org>2003-03-15 23:55:47 +0000
commitbfeafbf7f0608461a1a5f3152921225d6e8e2ab9 (patch)
tree59cd40c381079de597bbb82051870bfd5c17d878 /nptl_db
parent2f84cc6a484a430279297b97732b1da72b2e1e26 (diff)
downloadglibc-bfeafbf7f0608461a1a5f3152921225d6e8e2ab9.tar.gz
glibc-bfeafbf7f0608461a1a5f3152921225d6e8e2ab9.tar.xz
glibc-bfeafbf7f0608461a1a5f3152921225d6e8e2ab9.zip
* 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')
-rw-r--r--nptl_db/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog
index 237d4e92e1..86f1dc74b4 100644
--- a/nptl_db/ChangeLog
+++ b/nptl_db/ChangeLog
@@ -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.