glibc/nptl/sysdeps/unix/sysv/linux
Ulrich Drepper dd731d53dc Update.
2003-03-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/sh/bits/atomic.h (__arch_compare_and_exchange_val_8_acq):
	Return old value. Make asm output reg constraint earlyclobber.
	Renamed from...
	(__arch_compare_and_exchange_8_acq): ... this.
	(__arch_compare_and_exchange_val_16_acq):
	Return old value. Make asm output reg constraint earlyclobber.
	Renamed from...
	(__arch_compare_and_exchange_16_acq): ... this.
	(__arch_compare_and_exchange_val_32_acq):
	Return old value. Make asm output reg constraint earlyclobber.
	Renamed from...
	(__arch_compare_and_exchange_32_acq): ... this.
	(__arch_compare_and_exchange_val_64_acq):
	Renamed from...
	(__arch_compare_and_exchange_64_acq): ... this.
	(atomic_exchange_and_add): Use local variables and
	__arch_compare_and_exchange_val_64_acq.
	(atomic_add): Likewise.
	(atomic_add_negative, atomic_add_zero): Use local variables.

	* Makefile: Remove libmd5crypt goal.
2003-03-29 01:24:20 +00:00
..
bits Update. 2003-03-25 20:41:26 +00:00
i386 Fix offset of cleanupbuf.__prev. 2003-03-27 12:43:08 +00:00
ia64 Update. 2003-03-25 20:41:26 +00:00
powerpc Update. 2003-03-25 20:41:26 +00:00
s390 Update. 2003-03-25 20:41:26 +00:00
sh Update. 2003-03-29 01:24:20 +00:00
x86_64 Update. 2003-03-25 20:41:26 +00:00
allocrtsig.c Update. 2003-03-25 20:41:26 +00:00
configure Initial revision 2002-11-26 22:50:54 +00:00
createthread.c Update. 2003-03-10 06:32:42 +00:00
fork.c * sysdeps/i386/i486/bits/atomic.h (atomic_bit_set): Use "ir" 2003-03-22 00:07:21 +00:00
fork.h Update. 2002-12-31 21:10:07 +00:00
Implies Initial revision 2002-11-26 22:50:54 +00:00
internaltypes.h Update. 2003-03-18 11:17:57 +00:00
jmp-unwind.c Update. 2003-03-15 09:51:22 +00:00
kernel-posix-timers.h Don't declare __timer_helper_thread. Declare __start_helper_thread, __helper_once, and __helper_tid. (struct timer): Remove th and bar field. 2003-03-28 06:22:13 +00:00
libc_multiple_threads.c Update. 2003-03-13 01:51:12 +00:00
libc_pthread_init.c Update. 2003-03-13 01:51:12 +00:00
libc-lowlevellock.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
libc-lowlevelmutex.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
lowlevelbarrier.sym Update. 2003-03-11 05:26:32 +00:00
lowlevelcond.sym Update. 2003-03-18 11:17:57 +00:00
lowlevellock.c Replace __lll_add and __lll_test_and_set calls with atomic_exchange_and_add and atomic_exchange call respectively. 2003-03-20 10:23:47 +00:00
lowlevelmutex.c PowerPC port contributed by Paul Mackerras <paulus@samba.org>. 2003-03-17 11:25:18 +00:00
lowlevelrwlock.sym Update. 2003-03-10 21:03:03 +00:00
Makefile Update. 2003-03-13 01:51:12 +00:00
pt-fork.c Initial revision 2002-11-26 22:50:54 +00:00
pt-raise.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_kill.c Update. 2003-03-25 20:41:26 +00:00
pthread_yield.c Initial revision 2002-11-26 22:50:54 +00:00
raise.c Update. 2003-01-09 04:19:03 +00:00
register-atfork.c Update. 2003-03-03 22:02:13 +00:00
sem_post.c Replace __lll_add calls with atomic_exchange_and_add calls respectively. 2003-03-20 10:28:06 +00:00
sem_timedwait.c Replace __lll_add calls with atomic_exchange_and_add calls respectively. 2003-03-20 10:28:06 +00:00
sem_trywait.c Replace __lll_add calls with atomic_exchange_and_add calls respectively. 2003-03-20 10:28:06 +00:00
sem_wait.c Replace __lll_add calls with atomic_exchange_and_add calls respectively. 2003-03-20 10:28:06 +00:00
timer_create.c Update. 2003-03-28 06:27:21 +00:00
timer_delete.c Update. 2003-03-28 06:27:21 +00:00
timer_getoverr.c Update. 2003-03-27 19:51:26 +00:00
timer_gettime.c Update. 2003-03-25 20:41:26 +00:00
timer_routines.c Update. 2003-03-28 06:27:21 +00:00
timer_settime.c Update. 2003-03-27 19:10:51 +00:00
unregister-atfork.c Update. 2003-02-13 07:14:38 +00:00
Versions Update. 2002-12-28 22:19:04 +00:00