glibc/sysdeps/i386
Ulrich Drepper b0b67c47a5 Update.
1998-07-02 21:51  Ulrich Drepper  <drepper@cygnus.com>

	* Makeconfig: Define list of subdirs as all-subdirs and make subdirs
	a copy.
	* Makefile: Add rules to generate map files.
	(distribute): Remove libc.map, add Versions.def and versions.awk.
	* Makerules: Change rules to find map files on common-objpfx.
	* elf/Makefile: Likewise.
	* md5-crypt/Makefile: Likewise.
	* nis/Makefile (libnsl-map): Remove.
	* Versions.def: New file.
	* versions.awk: New file.
	* argp/Versions: New file.
	* assert/Versions: New file.
	* catgets/Versions: New file.
	* csu/Versions: New file.
	* ctype/Versions: New file.
	* db/Versions: New file.
	* debug/Versions: New file.
	* dirent/Versions: New file.
	* elf/Versions: New file.
	* gmon/Versions: New file.
	* grp/Versions: New file.
	* hesiod/Versions: New file.
	* hurd/Versions: New file.
	* iconv/Versions: New file.
	* inet/Versions: New file.
	* intl/Versions: New file.
	* io/Versions: New file.
	* libio/Versions: New file.
	* linuxthreads/Versions: New file.
	* locale/Versions: New file.
	* login/Versions: New file.
	* malloc/Versions: New file.
	* math/Versions: New file.
	* md5-crypt/Versions: New file.
	* misc/Versions: New file.
	* nis/Versions: New file.
	* nss/Versions: New file.
	* posix/Versions: New file.
	* pwd/Versions: New file.
	* resolv/Versions: New file.
	* resource/Versions: New file.
	* rt/Versions: New file.
	* setjmp/Versions: New file.
	* shadow/Versions: New file.
	* signal/Versions: New file.
	* socket/Versions: New file.
	* stdio/Versions: New file.
	* stdio-common/Versions: New file.
	* stdlib/Versions: New file.
	* streams/Versions: New file.
	* string/Versions: New file.
	* sunrpc/Versions: New file.
	* sysdeps/alpha/Versions: New file.
	* sysdeps/alpha/fpu/Versions: New file.
	* sysdeps/i386/Versions: New file.
	* sysdeps/sparc/Versions: New file.
	* sysdeps/unix/sysv/Versions: New file.
	* sysdeps/unix/sysv/linux/Versions: New file.
	* sysdeps/unix/sysv/linux/alpha/Versions: New file.
	* sysdeps/unix/sysv/linux/i386/Versions: New file.
	* sysdeps/unix/sysv/linux/mips/Versions: New file.
	* sysvipc/Versions: New file.
	* termios/Versions: New file.
	* time/Versions: New file.
	* wcsmbs/Versions: New file.
	* wctype/Versions: New file.
	* libc.map: Removed.
	* db/libdb.map: Removed.
	* elf/libdl.map: Removed.
	* hesiod/libnss_hesiod.map: Removed.
	* hurd/libhurduser.map: Removed.
	* hurd/libmachuser.map: Removed.
	* linuxthreads/libpthread.map: Removed.
	* locale/libBrokenLocale.map: Removed.
	* login/libutil.map: Removed.
	* math/libm.map: Removed.
	* md5-crypt/libcrypt.map: Removed.
	* nis/libnsl.map: Removed.
	* nis/libnsl_compat.map: Removed.
	* nis/libnss_nis.map: Removed.
	* nis/libnss_nisplus.map: Removed.
	* nss/libnss_db.map: Removed.
	* nss/libnss_files.map: Removed.
	* resolv/libnss_dns.map: Removed.
	* resolv/libresolv.map: Removed.
	* rt/librt.map: Removed.

	* elf/dl-load.c (fillin_rpath): Fix test for trusted directory.
	Fix typos.

	* elf/rtld.c (process_dl_debug): Recognize 'all'.
	(process_envvars): LD_BIND_NOW must be followed by y, Y, or 1.

	* sysdeps/generic/elf/backtracesyms.c: Allocate string memory of
	correct size.

	* sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Fix typo
	in comment.
1998-07-02 22:51:40 +00:00
..
bits (_JMPBUF_UNWINDS): Compare addresses as pointers, not signed integers. 1998-04-22 09:27:22 +00:00
elf Update. 1998-06-18 17:29:11 +00:00
fpu Update. 1998-06-27 09:52:12 +00:00
i486 Update. 1998-05-19 21:12:42 +00:00
i586 Update. 1998-03-03 17:58:38 +00:00
i686 Update. 1998-06-15 18:12:05 +00:00
sys Update. 1997-12-04 00:12:34 +00:00
Dist Update. 1997-03-21 20:00:48 +00:00
Implies * elf/link.h: Include elfclass.h to define __ELF_NATIVE_CLASS. 1996-06-10 13:03:12 +00:00
Makefile Update. 1997-12-04 00:12:34 +00:00
Versions Update. 1998-07-02 22:51:40 +00:00
__longjmp.S Update. 1998-02-24 15:22:29 +00:00
abort-instr.h update from main archive 961220 1996-12-21 04:13:58 +00:00
add_n.S Update. 1998-03-02 18:02:11 +00:00
addmul_1.S Update. 1998-03-02 18:02:11 +00:00
asm-syntax.h Update. 1997-03-31 22:56:24 +00:00
backtrace.c Update. 1998-06-18 21:50:38 +00:00
bsd-_setjmp.S Update. 1997-03-20 02:20:57 +00:00
bsd-setjmp.S Update. 1997-03-20 02:20:57 +00:00
bzero.c Update. 1997-09-16 00:42:43 +00:00
dl-machine.h (_dl_start_user): Store stack address in the variable, not its GOT slot. 1998-06-10 08:10:00 +00:00
ffs.c Update. 1998-03-09 09:11:57 +00:00
fpu_control.h Update. 1998-06-01 13:41:16 +00:00
gmp-mparam.h Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
htonl.S Update. 1997-07-24 01:36:01 +00:00
htons.S Update. 1997-07-24 01:36:01 +00:00
i386-mcount.S Update. 1997-05-26 23:01:17 +00:00
init-first.c Update. 1997-09-21 01:47:02 +00:00
ldbl2mpn.c Update. 1997-06-23 21:55:26 +00:00
lshift.S Update. 1998-03-02 18:02:11 +00:00
machine-gmon.h Update. 1997-09-11 12:09:10 +00:00
memchr.S Update. 1997-03-31 22:56:24 +00:00
memcmp.S Update. 1997-03-31 22:56:24 +00:00
memcopy.h Update. 1997-06-23 21:55:26 +00:00
memset.c Update. 1997-09-11 12:09:10 +00:00
mul_1.S Update. 1998-03-02 18:02:11 +00:00
rshift.S Update. 1998-03-02 18:02:11 +00:00
setjmp.S Update. 1997-10-12 04:05:44 +00:00
stpcpy.S Update. 1997-03-31 22:56:24 +00:00
stpncpy.S Update. 1997-03-31 22:56:24 +00:00
strchr.S Updated. 1997-06-26 22:23:01 +00:00
strcspn.S Update. 1997-03-31 22:56:24 +00:00
strlen.c Update. 1997-03-31 22:56:24 +00:00
strpbrk.S Update. 1997-03-31 22:56:24 +00:00
strrchr.S Update. 1997-03-31 22:56:24 +00:00
strspn.S Update. 1997-03-31 22:56:24 +00:00
strtok.S Update. 1998-04-03 12:07:01 +00:00
strtok_r.S Update. 1998-03-19 14:32:08 +00:00
sub_n.S Update. 1998-03-02 18:02:11 +00:00
submul_1.S Update. 1998-03-02 18:02:11 +00:00
sysdep.h Update. 1998-05-29 10:21:16 +00:00