glibc/sysdeps/sparc/sparc32
Ulrich Drepper 1c25bcacbe Update.
1999-05-19  Jakub Jelinek   <jj@ultra.linux.cz>

	* sysdeps/generic/bits/elfclass.h: Version common to
	wordsize-32 and wordsize-64.
	* sysdeps/generic/bits/environments.h: Ditto.
	* sysdeps/generic/stdint.h: Ditto.
	* sysdeps/generic/inttypes.h: Ditto.

	* sysdeps/generic/bits/wordsize.h: New file.
	* stdlib/Makefile: Add bits/wordsize.h to headers.

	* sysdeps/sparc/sparc64/bits/wordsize.h: New file.

	* sysdeps/sparc/sparc64/fpu/bits/fenv.h: Allow the same exported
	headers to be used for 32bit and 64bit ABI compilations.
	* sysdeps/sparc/sparc64/fpu/fpu_control.h: Ditto.
	* sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Ditto.
	* sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Ditto.
	* sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Ditto.
	* sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: Ditto.

	* sysdeps/wordsize-64/bits/elfclass.h: Remove.
	* sysdeps/wordsize-64/bits/environments.h: Remove.
	* sysdeps/wordsize-64/stdint.h: Remove.
	* sysdeps/wordsize-64/inttypes.h: Remove.
	* sysdeps/wordsize-64/bits/wordsize.h: New file.

	* sysdeps/wordsize-32/bits/elfclass.h: Remove.
	* sysdeps/wordsize-32/bits/environments.h: Remove.
	* sysdeps/wordsize-32/stdint.h: Remove.
	* sysdeps/wordsize-32/inttypes.h: Remove.
	* sysdeps/wordsize-32/bits/wordsize.h: New file.

1999-05-19  Jakub Jelinek   <jj@ultra.linux.cz>

	* sysdeps/sparc/sparc64/memcpy.S (__align_cpy_4, __align_cpy_8,
	__align_cpy_16): New functions.
	(__align_cpy_2, __align_cpy_1): New aliases to memcpy.

	* sysdeps/sparc/sparc32/Versions: New file.
	* sysdeps/sparc/sparc64/Versions: New file.
	* sysdeps/sparc/Versions: Remove.

1999-05-19  Jakub Jelinek   <jj@ultra.linux.cz>

	* sysdeps/unix/sysv/linux/configure.in:
	On sparc64-*-linux*, set slibdir to /lib64 if prefix
	is /usr, plus set libdir to ${exec_prefix}/lib64.
	* sysdeps/unix/sysv/linux/configure: Regenerated.
	* config.make.in: Propagate libdir settings from configure
	to the Makefiles.
	* shlib-versions: sparc64-*-linux* dynamic linker is
	/lib64/ld-linux.so.2.
1999-05-19 15:35:26 +00:00
..
bits Update. 1998-04-20 18:41:05 +00:00
elf * sysdeps/sparc/sparc32/elf.S: Rewrite for __libc_start_main. * sysdeps/sparc/sparc64/elf.S: Likewise. 1998-04-06 17:40:58 +00:00
fpu Update. 1999-03-15 23:14:02 +00:00
sparcv8 Sparc merge from Jakub. 1999-04-14 15:48:28 +00:00
sparcv9 Update. 1999-05-18 10:00:20 +00:00
__longjmp.S Update. 1999-01-30 08:22:20 +00:00
add_n.S Update. 1997-08-24 10:55:18 +00:00
addmul_1.S Update. 1997-08-24 10:55:18 +00:00
alloca.S Update. 1997-08-24 10:55:18 +00:00
atomicity.h Update. 1999-05-18 09:48:05 +00:00
bcopy.c Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
bsd-_setjmp.S Update. 1997-08-24 10:55:18 +00:00
bsd-setjmp.S Update. 1997-08-24 10:55:18 +00:00
bzero.c Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
Dist Update. 1998-07-04 14:40:35 +00:00
divrem.m4 Update. 1997-08-24 10:55:18 +00:00
dl-machine.h Update. 1999-02-20 18:28:24 +00:00
dotmul.S Update. 1997-08-24 10:55:18 +00:00
e_sqrt.c Update. 1997-08-14 01:54:13 +00:00
Implies Update. 1997-08-14 01:54:13 +00:00
lshift.S Update. 1997-08-24 10:55:18 +00:00
Makefile Update. 1998-02-16 17:42:46 +00:00
memchr.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
memcopy.h Update. 1997-08-14 01:54:13 +00:00
memcpy.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
memmove.c Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
memset.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
mul_1.S Update. 1997-08-24 10:55:18 +00:00
rem.S Update. 1997-08-24 10:55:18 +00:00
rshift.S Update. 1997-08-24 10:55:18 +00:00
sdiv.S Update. 1997-08-24 10:55:18 +00:00
setjmp.S Update. 1998-01-30 12:53:20 +00:00
stpcpy.S Sparc string routines from Jakub. 1999-03-29 13:25:15 +00:00
strcat.S * sysdeps/sparc/sparc32/strcat.S: Avoid using register g6. * sysdeps/sparc/sparc32/strcpy.S: Likewise. 1999-04-15 18:12:25 +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 * sysdeps/sparc/sparc32/strcat.S: Avoid using register g6. * sysdeps/sparc/sparc32/strcpy.S: Likewise. 1999-04-15 18:12:25 +00:00
strlen.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
sub_n.S Update. 1997-08-24 10:55:18 +00:00
submul_1.S Update. 1997-08-24 10:55:18 +00:00
udiv_qrnnd.S Update. 1997-08-24 10:55:18 +00:00
udiv.S Update. 1997-08-24 10:55:18 +00:00
umul.S Update. 1997-08-24 10:55:18 +00:00
urem.S Update. 1997-08-24 10:55:18 +00:00
Versions Update. 1999-05-19 15:35:26 +00:00