glibc/sysdeps/sparc/sparc32/sparcv9
Ulrich Drepper b01fe5f792 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Include string.h.
* sysdeps/sparc/sparc32/dl-machine.h (LD_SO_PRELOAD): Remove unused
	define.

	* sysdeps/sparc/sparc32/bits/atomic.h: Include stdint.h, add
	{,u}atomic*_t typedefs.
	(__sparc32_atomic_do_lock): Add __volatile and memory clobber.
	(__sparc32_atomic_do_unlock): Add memory barrier.
	(__sparc32_atomic_do_lock24, __sparc32_atomic_do_unlock24): Define.
	[!SHARED] (__v9_compare_and_exchange_val_32_acq): Define.
	(__v7_compare_and_exchange_val_acq, __v7_compare_and_exchange_bool_acq,
	__v7_exchange_acq, __v7_exchange_and_add, __v7_exchange_24_rel,
	__v7_compare_and_exchange_val_24_acq, __atomic_is_v9,
	atomic_exchange_acq, atomic_compare_and_exchange_val_24_acq,
	atomic_exchange_24_rel): Define.
	[SHARED] (atomic_exchange_and_add): Define.
	[!SHARED] (__ATOMIC_HWCAP_SPARC_V9): Define.
	[!SHARED] (_dl_hwcap): New weak decl.
	* sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_exchange_24_rel,
	atomic_compare_and_exchange_val_24_acq): Define.
	* sysdeps/sparc/sparc64/bits/atomic.h (atomic_exchange_24_rel,
	atomic_compare_and_exchange_val_24_acq): Define.
2006-01-04 00:20:45 +00:00
..
bits * sysdeps/unix/sysv/linux/m68k/fchownat.c: Include string.h. 2006-01-04 00:20:45 +00:00
bcopy.c Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
bzero.c Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
Dist 2.5-18.1 2007-07-12 18:26:36 +00:00
dotmul.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
hp-timing.c * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to 2004-08-16 06:46:31 +00:00
hp-timing.h Update. 2004-03-07 08:39:57 +00:00
Makefile * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to 2004-08-16 06:46:31 +00:00
memchr.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
memcmp.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
memcpy.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
memmove.c bcopy should handle overlapping copies like memmove, while the previous version worked like memcpy. Implement optimized assembly memmove. 1999-11-23 17:01:11 +00:00
memset.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
rawmemchr.S Update. 1999-05-18 10:00:20 +00:00
rem.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
sdiv.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
stpcpy.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
stpncpy.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strcat.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strchr.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strcmp.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strcpy.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strcspn.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strlen.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strncmp.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strncpy.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strpbrk.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strrchr.c Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strspn.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
udiv.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
umul.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
urem.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00