glibc/nptl/sysdeps/unix/sysv/linux/i386/i486
Ulrich Drepper da0c02eee1 Update.
2003-07-08  Jakub Jelinek  <jakub@redhat.com>

	* pthreadP.h (__pthread_unwind_next, __pthread_register_cancel,
	__pthread_unregister_cancel): Add prototypes and hidden_proto.
	* unwind.c (__pthread_unwind_next): Add hidden_def.
	* cleanup.c (__pthread_register_cancel, __pthread_unregister_cancel):
	Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/sem_wait.S (__new_sem_wait):
	Use HIDDEN_JUMPTARGET to jump to __pthread_unwind.
	* sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait):
	Likewise.
	* sysdeps/unix/sysv/linux/x86_64/sem_wait.S (sem_wait): Likewise.
	* sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
	Likewise.
	* sysdeps/unix/sysv/linux/i386/pthread_once.S (__pthread_once): Use
	HIDDEN_JUMPTARGET to call __pthread_register_cancel,
	__pthread_unregister_cancel and __pthread_unwind_next.
2003-07-08 21:08:13 +00:00
..
libc-lowlevellock.S Update. 2003-03-10 22:11:26 +00:00
libc-lowlevelmutex.S Update. 2003-03-10 22:27:01 +00:00
lowlevellock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
lowlevelmutex.S (__lll_mutex_lock_wait): Replace one memory operation with one register operation. 2003-05-30 17:49:37 +00:00
pthread_barrier_wait.S Update. 2003-03-11 05:52:12 +00:00
pthread_cond_broadcast.S Update. 2003-05-26 02:47:39 +00:00
pthread_cond_signal.S Update. 2003-06-10 07:45:18 +00:00
pthread_cond_timedwait.S Update. 2003-06-27 08:17:46 +00:00
pthread_cond_wait.S Update. 2003-06-27 07:02:58 +00:00
pthread_rwlock_rdlock.S Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedrdlock.S Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedwrlock.S Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_unlock.S Update. 2003-03-08 10:30:42 +00:00
pthread_rwlock_wrlock.S Update. 2003-06-05 19:31:57 +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. 2003-07-08 21:08:13 +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