glibc/nptl/sysdeps/unix/sysv/linux/sparc
Jakub Jelinek e4720b0e59 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
FE_UNDERFLOW on Niagara CPUs.
	* sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
	exceptions.

	* sysdeps/unix/sysv/linux/sparc/internaltypes.h (sparc_new_sem,
	sparc_old_sem): New structs.
	* sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c
	(__sem_wait_cleanup): New function.
	(__new_sem_wait): Use sparc_new_sem structure.  Bump and afterwards
	decrease nwaiters.  Register __sem_wait_cleanup as cleanup handler.
	Pass isem->private ^ FUTEX_PRIVATE_FLAG as last argument to
	lll_futex_wait.
	(__old_sem_wait): New function.
	* sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c: Include
	nptl/sysdeps/unix/sysv/linux/sparc version.
	* sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
	Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c: Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c
	(__new_sem_trywait): Use sparc_old_sem structure.
	* sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c
	(sem_timedwait): Use sparc_new_sem structure.  Bump and afterwards
	decrease nwaiters.  Register __sem_wait_cleanup as cleanup handler.
	Pass isem->private ^ FUTEX_PRIVATE_FLAG as last argument to
	lll_futex_timed_wait.
	* sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c (__new_sem_post):
	Use sparc_new_sem structure.  Only wake if nwaiters > 0.  Pass
	isem->private ^ FUTEX_PRIVATE_FLAG as last argument to
	lll_futex_wake.
	(__old_sem_post): New function.
	* sysdeps/unix/sysv/linux/sparc/sem_wait.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sem_init.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sem_post.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_init.c: Remove.
	* sysdeps/unix/sysv/linux/sparc/sparc32/sem_init.c: Remove.
2007-08-15  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
	FE_UNDERFLOW on Niagara CPUs.

	* sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
	exceptions.
2007-08-15 20:47:43 +00:00
..
bits * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h 2007-08-12 19:40:27 +00:00
sparc32 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising 2007-08-15 20:47:43 +00:00
sparc64 * po/sv.po: Update from translation team. 2006-10-29 21:50:49 +00:00
aio_cancel.c Update. 2003-08-31 18:10:47 +00:00
fork.c Update. 2003-08-31 18:10:47 +00:00
internaltypes.h * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising 2007-08-15 20:47:43 +00:00
lowlevellock.h * nscd/servicescache.c: Include kernel-features.h. 2007-08-13 18:33:31 +00:00
Makefile * sysdeps/sparc/sparc32/dl-trampoline.S: Add CFI markings. 2006-03-06 01:41:08 +00:00
not-cancel.h Update. 2003-09-03 02:53:32 +00:00
pthread_barrier_destroy.c * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): 2007-08-01 04:47:26 +00:00
pthread_barrier_init.c * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): 2007-08-01 04:47:26 +00:00
pthread_barrier_wait.c * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): 2007-08-01 04:47:26 +00:00
pthread_once.c * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned 2007-07-28 20:16:07 +00:00
sem_init.c * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising 2007-08-15 20:47:43 +00:00
sem_post.c * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising 2007-08-15 20:47:43 +00:00
sem_timedwait.c * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising 2007-08-15 20:47:43 +00:00
sem_wait.c * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising 2007-08-15 20:47:43 +00:00
Versions Update. 2003-09-03 03:22:23 +00:00