about summary refs log tree commit diff
path: root/nptl_db/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-10 19:21:23 +0000
committerRoland McGrath <roland@gnu.org>2003-03-10 19:21:23 +0000
commitce2290cba4f0a974cc70172978e29e96c68a0de8 (patch)
tree6600f2795b46e64e1b926523984ce2c52b324617 /nptl_db/ChangeLog
parent8e6922b50d46715e591f0ee829dba819d6c82fb8 (diff)
downloadglibc-ce2290cba4f0a974cc70172978e29e96c68a0de8.tar.gz
glibc-ce2290cba4f0a974cc70172978e29e96c68a0de8.tar.xz
glibc-ce2290cba4f0a974cc70172978e29e96c68a0de8.zip
* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system
	call names for pread and pwrite.
Diffstat (limited to 'nptl_db/ChangeLog')
-rw-r--r--nptl_db/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog
index 51507040d3..bf6241264f 100644
--- a/nptl_db/ChangeLog
+++ b/nptl_db/ChangeLog
@@ -1,8 +1,13 @@
-2003-03-10  Ulrich Drepper  <drepper@redhat.com>
+2003-03-10  Roland McGrath  <roland@redhat.com>
 
-	* td_ta_thr_iter.c: Update for TCB change.
-	* td_thr_tls_get_addr.c: Likewise.
-	* td_thr_validate.c: Likewise.
+	* td_ta_thr_iter.c (iterate_thread_list): Don't use `header.data.'
+	prefix for `struct pthread' members.
+	* td_thr_validate.c (check_thread_list): Likewise.
+	* td_thr_tls_get_addr.c (td_thr_tls_get_addr): Likewise.
+
+2003-03-03  Roland McGrath  <roland@redhat.com>
+
+	* td_thr_tls_get_addr.c (td_thr_tls_get_addr): Handle TLS_DTV_AT_TP.
 
 2003-02-15  Ulrich Drepper  <drepper@redhat.com>