about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-12 20:13:07 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-12 20:13:07 +0000
commit974a1f0fb2fa441152dfda9acb4c3898f67eea6a (patch)
tree14564e014dd37792e7524785d0dc4d2249d7c131
parent27d9ffda17df4d2388687afd12897774fde39bcc (diff)
downloadglibc-974a1f0fb2fa441152dfda9acb4c3898f67eea6a.tar.gz
glibc-974a1f0fb2fa441152dfda9acb4c3898f67eea6a.tar.xz
glibc-974a1f0fb2fa441152dfda9acb4c3898f67eea6a.zip
* sysdeps/unix/sysv/linux/powerpc/libc-start.c
-rw-r--r--ChangeLog2
-rw-r--r--nptl/ChangeLog24
2 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bbfffcfaa..8688186493 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,7 +41,7 @@
 	(_dl_vdso_vsym): Change type of second parameter accordingly.
 	* sysdeps/unix/sysv/linux/x86-64/libc-start.c
 	(_libc_vdso_platform_setup): Adjust.
-	* sysdeps/unix/sysv/linux/pwoerpc/libc-start.c
+	* sysdeps/unix/sysv/linux/powerpc/libc-start.c
 	(_libc_vdso_platform_setup): Likewise.
 
 	* sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index b96b38f542..7398641fe4 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,27 @@
+2007-08-12  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
+	[__WORDSIZE=32] (pthread_rwlock_t): Split __flags element into four
+	byte elements.  One of them is the new __shared element.
+	[__WORDSIZE=64] (pthread_rwlock_t): Renamed __pad1 element to __shared,
+	adjust names of other padding elements.
+	* sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
+	[__WORDSIZE=32] (pthread_rwlock_t): Split __flags element into four
+	byte elements.  One of them is the new __shared element.
+	[__WORDSIZE=64] (pthread_rwlock_t): Renamed __pad1 element to __shared,
+	adjust names of other padding elements.
+	* sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h (pthread_rwlock_t):
+	Renamed __pad1 element to __shared, adjust names of other padding
+	elements.
+	* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
+	(pthread_rwlock_t): Likewise.
+	* sysdeps/unix/sysv/linux/ia64/lowlevellock.h (__lll_lock): Fix a
+	typo.
+
+2007-08-09  Anton Blanchard  <anton@samba.org>
+
+	* sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: New file.
+
 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Include