glibc/nptl/sysdeps/unix/sysv/linux/i386
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
..
bits Update. 2003-06-22 23:55:27 +00:00
i486 Update. 2003-07-08 21:08:13 +00:00
i586 Update. 2003-01-29 00:39:03 +00:00
i686 Update. 2003-06-16 05:29:24 +00:00
createthread.c Update. 2003-01-28 10:42:28 +00:00
dl-sysdep.h Update. 2003-06-16 05:29:24 +00:00
fork.c
lowlevellock.h Update. 2003-06-01 04:09:55 +00:00
pt-vfork.S
pthread_once.S Update. 2003-07-08 21:08:13 +00:00
pthread_spin_init.c Update. 2003-03-18 01:56:11 +00:00
pthread_spin_unlock.S pthread_spin_unlock implementation for Linux/i386. 2003-03-18 01:52:02 +00:00
sysdep-cancel.h Update. 2003-06-17 08:58:31 +00:00