From: Ulrich Drepper Date: Tue, 3 Mar 1998 17:03:59 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/before-sparc-2_0_x-branch~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06555adee4506e995190bb5d94b2139a5bd670e6;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 05a1c3f5523..914ba493e66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +1998-03-03 Ulrich Drepper + + * version.h (VERSION): Bump to 2.0.7. + + * elf/dl-load.c (_dl_map_object): Take extra argument and pass it + to open_path. + (open_path): If preloading and SUID binary, use shared object only + if SUID bit is set. + * elf/link.h: Adjust prototype for _dl_map_object. + * elf/dl-deps.c (_dl_map_object_deps): Call _dl_map_object with + new argument. + * elf/dl-open.c (_dl_open): Likewise. + * elf/rtld.c: Likewise. + + * Makefile (subdirs): Undo last patch. + + * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add osf_sigaction + for some broken kernel versions. + * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Remove extra + closing paren. + * sysdeps/alpha/dl-machine.h: Add missing opening brace. + Patches by Cristian Gafton. + + * misc/efgcvt_r.c: Carry over patches from 2.1 to correct several + bugs. + + * nis/rpcsvc/ypclnt.h: Add prototypes to prevent warnings. + * sunrpc/rpc/auth.h: Likewise. + * sunrpc/rpc/clnt.h: Likewise. + * sunrpc/rpc/xdr.h: Likewise. + + * sunrpc/rpc/clnt.h: Add const to prototypes for clnt_perror. + * sunrpc/clnt_perror.c: Adopt definition. + +1998-02-06 07:48 H.J. Lu + + * db/Makefile ($(inst_libdir)/libndbm.a, + $(inst_libdir)/libndbm.so): New targets. + +1998-03-03 Ulrich Drepper + + * sysdeps/i386/fpu/__math.h: Don't use _Mldbl + * math/math.h: Likewise. + 1998-03-02 18:23 H.J. Lu * stdio-common/vfscanf.c (inchar): Fix typos.