glibc/nptl/sysdeps/unix/sysv/linux
Ulrich Drepper ffdd5e50e1 Update.
2004-05-25  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
	* sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
	(__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
	(__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
	* sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
	implementation from w_sqrt.c.
	* sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
	implementation from w_sqrtf.c.
	* sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
	using inline __ieee754_sqrt().
	* sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
	using inline __ieee754_sqrtf().
	* sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
	<sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
	* sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
	PPC_FEATURE_*  independent of __ASSEMBLER__.

2004-05-25  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
	include.
	(aio_start_notify_thread): Define if not defined.
	(notify_func_wrapper): Use it.
	* sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
	include.
	(aio_create_helper_thread): Define if not defined.
	(__aio_create_helper_thread): New function.
	(__aio_enqueue_request): Use aio_create_helper_thread.

	* nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
	(struct ypresp_all_data): New type.
	(__xdr_ypresp_all): Change second argument to
	struct ypresp_all_data *.  Replace ypall_foreach and
	ypall_data with objp->foreach and objp->data.
	(yp_all): Remove status variable, add data.  Replace
	all uses of status with data.status.  Initialize data.foreach
	and data.data instead of ypall_foreach and ypall_data.

2004-05-24  Jakub Jelinek  <jakub@redhat.com>

	* elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
	in l_flags_1, not in l_flags.
2004-05-26 04:47:00 +00:00
..
alpha [BZ #163] 2004-05-18 20:18:14 +00:00
bits Update. 2004-04-13 02:15:43 +00:00
i386 [BZ #163] 2004-05-18 20:18:14 +00:00
ia64 [BZ #163] 2004-05-18 20:18:14 +00:00
powerpc [BZ #163] 2004-05-18 20:18:14 +00:00
s390 [BZ #163] 2004-05-18 20:18:14 +00:00
sh Update. 2004-04-20 04:28:00 +00:00
sparc [BZ #163] 2004-05-18 20:18:14 +00:00
x86_64 [BZ #163] 2004-05-18 20:18:14 +00:00
aio_misc.h Update. 2004-05-26 04:47:00 +00:00
allocrtsig.c
configure
createthread.c
fork.c Update. 2003-12-20 23:39:42 +00:00
fork.h
getpid.c Update. 2004-03-24 22:05:34 +00:00
Implies
internaltypes.h (struct pthread_attr): Add cpusetsize field, remove next. 2004-03-18 23:54:14 +00:00
jmp-unwind.c
kernel-posix-timers.h
libc_multiple_threads.c
libc_pthread_init.c
libc-lowlevellock.c
lowlevelbarrier.sym
lowlevelcond.sym [BZ #163] 2004-05-18 20:18:14 +00:00
lowlevellock.c
lowlevelrwlock.sym
Makefile Update. 2004-01-03 08:56:19 +00:00
mq_notify.c Update. 2004-04-18 02:37:56 +00:00
pt-fork.c
pt-raise.c Update. 2003-12-20 23:39:42 +00:00
pthread_attr_getaffinity.c Update. 2004-03-29 22:04:09 +00:00
pthread_attr_setaffinity.c Update. 2004-03-29 22:04:09 +00:00
pthread_getaffinity.c Update. 2004-03-29 22:04:09 +00:00
pthread_kill.c Update. 2003-12-20 23:39:42 +00:00
pthread_mutex_cond_lock.c Update. 2004-03-24 06:36:06 +00:00
pthread_setaffinity.c Update. 2004-03-29 22:04:09 +00:00
pthread_yield.c
raise.c Update. 2004-03-10 05:25:48 +00:00
register-atfork.c
sem_post.c
sem_timedwait.c
sem_trywait.c
sem_wait.c Update. 2003-12-11 09:39:06 +00:00
sigtimedwait.c
sigwait.c
sigwaitinfo.c
sleep.c
smp.h Update. 2004-03-24 06:36:06 +00:00
timer_create.c 2004-03-17 Roland McGrath <roland@redhat.com> 2004-03-18 07:47:54 +00:00
timer_delete.c
timer_getoverr.c
timer_gettime.c
timer_routines.c Make sure helper thread has all signals blocked. 2004-04-20 02:52:14 +00:00
timer_settime.c
unregister-atfork.c Update. 2003-12-11 09:39:06 +00:00
unwindbuf.sym
Versions