glibc/sysdeps/ieee754
Ulrich Drepper 7c37008632 Update.
2004-06-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h (pthread_cond_t):
	Add __data.__futex field, reshuffle __data.__clock.
	* sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S
	(__pthread_cond_signal): Increment __futex at the same time as
	__wakeup_seq or __total_seq.  Pass address of __futex instead of
	address of low 32-bits of __wakeup_seq to futex syscall.
	* sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S
	(__pthread_cond_wait): Likewise.  Pass __futex value from before
	releasing internal lock to FUTEX_WAIT.
	* sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S
	(__pthread_cond_timedwait): Likewise.
	* sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S
	(FUTEX_CMP_REQUEUE): Define.
	(__pthread_cond_broadcast): Set __futex to 2 * __total_seq.
	Use FUTEX_CMP_REQUEUE operation instead of FUTEX_REQUEUE.
	Pass __futex value from before the unlock and __futex address instead
	of address of low 32-bits of __wakeup_seq to futex syscall.
	Fallback to FUTEX_WAKE all on any errors.
2004-06-17 23:58:15 +00:00
..
bits Update. 2004-04-16 22:04:55 +00:00
dbl-64 Update. 2004-06-17 23:58:15 +00:00
flt-32 Update. 2003-12-28 20:51:20 +00:00
ldbl-96 Update. 2004-03-14 21:12:06 +00:00
ldbl-128 Update. 2004-04-21 18:58:31 +00:00
Dist initial import 1995-02-18 01:27:10 +00:00
Makefile Update. 2000-02-26 01:21:37 +00:00
ieee754.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
k_standard.c Update. 2001-06-06 12:55:46 +00:00
s_lib_version.c Update. 1999-07-14 00:54:57 +00:00
s_matherr.c Update. 1999-07-14 00:54:57 +00:00
s_signgam.c Update. 1999-07-14 00:54:57 +00:00
support.c Update. 1999-06-08 21:20:07 +00:00