Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/powerpc/libc-start.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 12, 2007
1 parent 27d9ffd commit 974a1f0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down
24 changes: 24 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 974a1f0

Please sign in to comment.