glibc/nptl/sysdeps/unix/sysv/linux/i386/i486
Ulrich Drepper 73f7c32c47 [BZ #357]
Update.
2004-09-02  Steven Munroe  <sjmunroe@us.ibm.com>

	[BZ #357]
	* stdlib/tst-setcontext.c (test_stack): Added test for stack clobber.
	(main): Call test_stack.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
	(__getcontext): Push stack frame then save parms in local frame.
	Improve instruction scheduling.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
	(__swapcontext): Likewise.
2004-09-02 18:59:24 +00:00
..
libc-lowlevellock.S Update. 2003-03-10 22:11:26 +00:00
lowlevellock.S (__lll_mutex_lock_wait): Optimize a bit more. Just one copy of the atomic instruction needed. 2004-03-01 06:38:24 +00:00
pthread_barrier_wait.S Update. 2004-02-19 04:10:16 +00:00
pthread_cond_broadcast.S Update. 2004-06-03 16:04:11 +00:00
pthread_cond_signal.S Update. 2004-06-03 16:04:11 +00:00
pthread_cond_timedwait.S [BZ #357] 2004-09-02 18:59:24 +00:00
pthread_cond_wait.S [BZ #357] 2004-09-02 18:59:24 +00:00
pthread_rwlock_rdlock.S Update. 2003-09-22 04:41:12 +00:00
pthread_rwlock_timedrdlock.S Update. 2003-09-22 04:41:12 +00:00
pthread_rwlock_timedwrlock.S Update. 2003-09-22 04:41:12 +00:00
pthread_rwlock_unlock.S Update. 2003-09-22 04:41:12 +00:00
pthread_rwlock_wrlock.S Update. 2003-09-22 04:41:12 +00:00
sem_post.S Use shlib-compat.h macros instead of .symver directly. 2003-03-13 01:06:30 +00:00
sem_timedwait.S Update. 2004-05-17 05:17:12 +00:00
sem_trywait.S Update. 2003-05-10 20:38:31 +00:00
sem_wait.S Update. 2003-07-08 21:08:13 +00:00