diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 23:07:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 23:07:16 +0000 |
commit | ae4ad00acb5638a32f5c04a85afb12bf2d6bc56c (patch) | |
tree | 01f19418e2c81e5057b993f17c0e3c2e0ca80687 /nptl/ChangeLog | |
parent | ced368f7dc4df79822d88988365a82b5dd3bec16 (diff) | |
download | glibc-ae4ad00acb5638a32f5c04a85afb12bf2d6bc56c.zip glibc-ae4ad00acb5638a32f5c04a85afb12bf2d6bc56c.tar.gz glibc-ae4ad00acb5638a32f5c04a85afb12bf2d6bc56c.tar.bz2 |
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include tls.h.
(SYSCALL_ERROR_HANDLER_ENTRY): Use %g4 instead of %g2, to avoid
the need of .register directive for it.
* configure.in (libc_cv_asm_cfi_directives): Use CFI rel offset
2047 instead of 0 in the test on sparc64.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 4f68aec..f985cd7 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2006-01-06 Ulrich Drepper <drepper@redhat.com> + + * descr.h [!__PTHREAD_MUTEX_HAVE_PREV] (DEQUEUE_MUTEX): Use + correct type. + 2006-01-06 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h (PSEUDO): |