mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
* 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.
This commit is contained in:
parent
ced368f7dc
commit
ae4ad00acb
@ -1,3 +1,11 @@
|
|||||||
|
2006-01-06 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2006-01-06 Ulrich Drepper <drepper@redhat.com>
|
2006-01-06 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* scripts/check-c++-types.sh: Add more pthread types.
|
* scripts/check-c++-types.sh: Add more pthread types.
|
||||||
|
@ -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>
|
2006-01-06 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h (PSEUDO):
|
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h (PSEUDO):
|
||||||
|
@ -165,7 +165,7 @@ struct pthread
|
|||||||
} while (0)
|
} while (0)
|
||||||
# define DEQUEUE_MUTEX(mutex) \
|
# define DEQUEUE_MUTEX(mutex) \
|
||||||
do { \
|
do { \
|
||||||
struct pthread_mutex_s *runp = THREAD_GETMEM (THREAD_SELF, robust_list); \
|
struct __pthread_mutex_s *runp = THREAD_GETMEM (THREAD_SELF, robust_list);\
|
||||||
if (runp == &mutex->__data) \
|
if (runp == &mutex->__data) \
|
||||||
THREAD_SETMEM (THREAD_SELF, robust_list, runp->__next); \
|
THREAD_SETMEM (THREAD_SELF, robust_list, runp->__next); \
|
||||||
else \
|
else \
|
||||||
|
Loading…
Reference in New Issue
Block a user