glibc/sysdeps/i386
Ulrich Drepper 19361cb768 update from main archive 970129
1997-01-30 03:24  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/i386/elf/start.S (_start): Align stack pointer to
	double word boundary before pushing args for main.  This way we
	don't get penalties for misaligned memory accesses.  Reported by
	Edward Seidl <seidl@janed.com>.

	* Makefile: Correct *my* changes of Richards patch of 1997-01-28 10:51.
	Patch by HJ Lu.

	* misc/bsd-compat.c: Update copyright.
	* misc/efgcvt.c: Likewise.
	* misc/efgcvt_r.c: Likewise.
	* misc/error.c: Likewise.
	* misc/error.h: Likewise.
	* misc/fstab.c: Likewise.
	* misc/init-misc.c: Likewise.
	* misc/lsearch.c: Likewise.
	* misc/mntent.c: Likewise.
	* misc/qefgcvt.c: Likewise.
	* misc/qefgcvt_r.c: Likewise.
	* nss/databases.def: Likewise.
	* nss/db-Makefile: Likewise.
	* nss/ethers-lookup.c: Likewise.
	* nss/hosts-lookup.c: Likewise.
	* nss/netgrp-lookup.c: Likewise.
	* nss/nsswitch.h: Likewise.
	* nss/proto-lookup.c: Likewise.
	* nss/rpc-lookup.c: Likewise.
	* nss/service-lookup.c: Likewise.
	* nss/nss_db/db-netgrp.c: Likewise.
	* nss/nss_files/files-grp.c: Likewise.
	* nss/nss_files/files-hosts.c: Likewise.
	* nss/nss_files/files-network.c: Likewise.
	* nss/nss_files/files-proto.c: Likewise.
	* nss/nss_files/files-pwd.c: Likewise.
	* nss/nss_files/files-rpc.c: Likewise.
	* nss/nss_files/files-service.c: Likewise.
	* nss/nss_files/files-spwd.c: Likewise.
	* shadow/fgetspent.c: Likewise.
	* shadow/fgetspent_r.c: Likewise.
	* shadow/getspent.c: Likewise.
	* shadow/getspent_r.c: Likewise.
	* shadow/getspnam.c: Likewise.
	* shadow/getspnam_r.c: Likewise.
	* shadow/putspent.c: Likewise.
	* shadow/sgetspent.c: Likewise.
	* shadow/sgetspent_r.c: Likewise.
	* sysdeps/i386/init-first.c: Likewise.
	* sysdeps/unix/i386/sysdep.S: Likewise.

	* shadow/shadow.h: Don't use __USE_REENTRENT.  All code must be
	prepared to be running in a multi-threaded environment.  Change
	to __USE_MISC unless the function is defined in POSIX.1 (in this
	case also test for __USE_POSIX).
	* dirent/dirent.h: Likewise.
	* grp/grp.h: Likewise.
	* inet/aliases.h: Likewise.
	* libio/libio.h: Likewise.
	* libio/stdio.h: Likewise.
	* login/utmp.h: Likewise.
	* math/mathcalls.h: Likewise.
	* misc/mntent.h: Likewise.
	* pwd/pwd.h: Likewise.
	* resolv/netdb.h: Likewise.
	* stdlib/stdlib.h: Likewise.
	* string/string.h: Likewise.
	* sunrpc/rpc/netdb.h: Likewise.
	* sysdeps/generic/crypt.h: Likewise.
	* sysdeps/unix/sysv/linux/errnos.h: Likewise.
	* time/time.h: Likewise.

1997-01-30 00:27  Fila Kolodny  <fila@ibi.com>

	* sunrpc/Makefile (install-others): Add rpcsvc/bootparam_prot.h
	only if not cross compiling.

1997-01-29 16:16  Fila Kolodny  <fila@ibi.com>

	* sysdeps/posix/sigpause.c: Include <stddef.h> to get definition of
	NULL.
	* sysdeps/posix/sigwait.c: Likewise.

1997-01-28 23:42  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Makeconfig ($(common-objpfx)config.make): Depend on
	$(..)config.make.in.
1997-01-30 04:09:36 +00:00
..
elf update from main archive 970129 1997-01-30 04:09:36 +00:00
fpu update from main archive 961211 1996-12-12 03:24:48 +00:00
i486 Update from main archive 961219 1996-12-20 01:39:50 +00:00
i586 Update from main archive 961219 1996-12-20 01:39:50 +00:00
i686 Update to 960810. 1996-08-11 01:08:23 +00:00
Implies * elf/link.h: Include elfclass.h to define __ELF_NATIVE_CLASS. 1996-06-10 13:03:12 +00:00
Makefile update from main archive 970127 1997-01-28 03:59:29 +00:00
__longjmp.S update from main archvie 961022 1996-10-22 23:29:26 +00:00
abort-instr.h update from main archive 961220 1996-12-21 04:13:58 +00:00
add_n.S Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
addmul_1.S Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
asm-syntax.h initial import 1995-02-18 01:27:10 +00:00
bsd-_setjmp.S update from main archvie 961022 1996-10-22 23:29:26 +00:00
bsd-setjmp.S update from main archvie 961022 1996-10-22 23:29:26 +00:00
bytesex.h initial import 1995-02-18 01:27:10 +00:00
bzero.c initial import 1995-02-18 01:27:10 +00:00
dl-machine.h update from main archive 970127 1997-01-28 03:59:29 +00:00
ffs.c initial import 1995-02-18 01:27:10 +00:00
fpu_control.h update from main archive 961220 1996-12-21 04:13:58 +00:00
gmp-mparam.h Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
init-first.c update from main archive 970129 1997-01-30 04:09:36 +00:00
jmp_buf.h Rewrote i386 setjmp in assembly. 1995-08-31 17:33:01 +00:00
ldbl2mpn.c Wed Mar 20 11:28:49 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-21 15:20:37 +00:00
lshift.S Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
memchr.S Update from main archive 961219 1996-12-20 01:39:50 +00:00
memcmp.S update from main archvie 961022 1996-10-22 23:29:26 +00:00
memcopy.h initial import 1995-02-18 01:27:10 +00:00
memset.c initial import 1995-02-18 01:27:10 +00:00
mul_1.S Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
rshift.S Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
selectbits.h update from main archive 960105 1997-01-06 22:07:28 +00:00
setjmp.S update from main archvie 961022 1996-10-22 23:29:26 +00:00
stpcpy.S Update from main archive 961219 1996-12-20 01:39:50 +00:00
stpncpy.S Update from main archive 961219 1996-12-20 01:39:50 +00:00
strchr.S Update from main archive 961219 1996-12-20 01:39:50 +00:00
strcspn.S Update from main archive 961219 1996-12-20 01:39:50 +00:00
strlen.c update from main archvie 961022 1996-10-22 23:29:26 +00:00
strpbrk.S update from main archvie 961022 1996-10-22 23:29:26 +00:00
strrchr.S Update from main archive 961219 1996-12-20 01:39:50 +00:00
strspn.S Update from main archive 961219 1996-12-20 01:39:50 +00:00
strtok.S update from main archvie 961022 1996-10-22 23:29:26 +00:00
strtok_r.S Sun May 26 15:15:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-26 19:19:51 +00:00
sub_n.S Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
submul_1.S Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
sysdep.h update from main archive 961105 1996-11-06 04:24:40 +00:00