glibc/elf
Ulrich Drepper 2e65ca2b22 Update.
1999-07-06  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/alpha/ioperm.c: Update for some more
	motherboards.
	Patch by Jay Estabrook.

	* sysdeps/unix/sysv/linux/configure.in: Don't test for libc4 in
	ldd for SPARC.
	* /sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed: New file.
	Patch by Cristian Gafton.

1999-07-02  Cristian Gafton  <gafton@redhat.com>

	* sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): "return 0"
	instead of "return NULL" to make C++ happy.

1999-07-04  Mark Kettenis  <kettenis@gnu.org>

	* libio/iofdopen.c (_IO_new_fdopen): Set EINVAL if MODE is not
	allowed by the file access mode of the open file.

1999-07-06  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/generic/setfpucw.c: Include math.h to get all needed
	macros defined.

1999-07-03  Jakub Jelinek   <jj@ultra.linux.cz>

	* sysdeps/sparc/sparc64/submul_1.S: Fix carry handling. Optimize.
	* sysdeps/sparc/sparc64/lshift.S: Make a leaf subroutine. Optimize.
	* sysdeps/sparc/sparc64/rshift.S: Likewise.
	* sysdeps/sparc/sparc64/mul_1.S: Optimize.

1999-07-04  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>

	* malloc/malloc.c (request2size): Check for overflow and return
	NULL whenever it is encountered.

1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>

	* sysdeps/posix/tempname.c (__gen_tempname):   Add
	ability to create directories.  Replace OPENIT and LARGEFILE
	args with a single flags parameter.
	* sysdeps/generic/tempname.c: Likewise.
	* include/stdio.h: Adjust prototype of __gen_tempname to
	match.  Define symbolic constants for second argument.

	* misc/mkdtemp.c: New file, provides new function mkdtemp().
	* stdlib/stdlib.h: Prototype it.
	* misc/Versions: Export it.
	* misc/Makefile (routines): Add mktemp.
	* manual/filesys.texi: Document it.

	* misc/mktemp.c: Adjust call of __gen_tempname to match new
	convention.
	* misc/mkstemp.c: Likewise.
	* stdio-common/tempnam.c: Likewise.
	* stdio-common/tmpfile.c: Likewise.
	* stdio-common/tmpfile64.c: Likewise.
	* stdio-common/tmpnam.c: Likewise.
	* stdio-common/tmpnam_r.c: Likewise.

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

	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Support
	R_SPARC_OLO10 relocations.
	* elf/elf.h (R_SPARC_OLO10): Fix comment.
1999-07-06 16:26:03 +00:00
..
.cvsignore
dl-addr.c Update. 1999-02-20 15:02:24 +00:00
dl-close.c (_dl_close): Add cast to avoid warning about const incorrectness. 1999-05-17 09:56:54 +00:00
dl-debug.c Update. 1998-04-02 13:11:24 +00:00
dl-deps.c (_dl_map_object_deps): When looking for the next occurence of the aux object start with the current list entry, not the new one. Adjust tail pointer in the unique list. Explain how the meaning of the variables changes. 1999-06-26 18:01:25 +00:00
dl-dst.h Update. 1999-06-28 15:52:36 +00:00
dl-error.c Update. 1999-02-22 18:05:04 +00:00
dl-fini.c Update. 1998-04-02 13:11:24 +00:00
dl-init.c Update. 1998-09-06 09:16:53 +00:00
dl-libc.c Update. 1999-06-28 15:52:36 +00:00
dl-load.c Update. 1999-06-17 09:36:54 +00:00
dl-lookup.c Update. 1999-06-07 15:57:26 +00:00
dl-minimal.c Update. 1998-04-21 18:15:51 +00:00
dl-misc.c Update. 1998-06-29 12:44:22 +00:00
dl-object.c Update. 1999-01-20 00:00:16 +00:00
dl-open.c Update. 1999-06-28 15:52:36 +00:00
dl-profile.c Update. 1998-06-07 14:06:56 +00:00
dl-profstub.c Update. 1999-06-28 15:52:36 +00:00
dl-reloc.c Update. 1999-02-20 15:02:24 +00:00
dl-runtime.c Update. 1999-02-20 15:02:24 +00:00
dl-support.c Update. 1999-05-11 13:00:20 +00:00
dl-symbol.c Update. 1998-09-06 09:16:53 +00:00
dl-version.c Update. 1999-02-22 18:05:04 +00:00
dladdr.c Update. 1998-03-24 00:39:45 +00:00
dlclose.c Update. 1998-03-24 00:39:45 +00:00
dlerror.c (dlerror): Don't assume that __libc_internal_tsd_get is defined. __libc_getspecific is already well-protected, so just use it directly. 1998-04-23 22:45:20 +00:00
dlfcn.h Update. 1999-02-16 15:35:52 +00:00
dlopen.c Update. 1999-05-05 23:29:18 +00:00
dlopenold.c Update. 1999-05-05 23:29:18 +00:00
dlsym.c Update. 1999-06-19 09:58:37 +00:00
dlvsym.c Update. 1999-06-19 09:58:37 +00:00
do-lookup.h Update. 1999-06-07 00:02:14 +00:00
do-rel.h Update. 1999-02-20 15:02:24 +00:00
dynamic-link.h Update. 1999-02-20 15:02:24 +00:00
elf.h Update. 1999-07-06 16:26:03 +00:00
eval.c Update. 1997-06-21 02:59:26 +00:00
failobj.c Update. 1999-01-25 11:00:16 +00:00
gen-trusted-dirs.awk Update. 1999-05-03 21:59:35 +00:00
genrtldtbl.awk Testsuite for owrdexp. 1998-03-05 16:42:56 +00:00
interp.c Update. 1998-05-08 20:42:23 +00:00
ldd.bash.in Update. 1999-01-04 12:33:59 +00:00
ldsodefs.h Update. 1999-06-28 15:52:36 +00:00
link.h Update. 1999-05-07 00:00:48 +00:00
loadfail.c Update. 1999-01-20 20:01:17 +00:00
loadtest.c Update. 1999-01-20 00:34:52 +00:00
Makefile Update. 1999-06-28 15:52:36 +00:00
multiload.c Update. 1999-02-19 00:00:05 +00:00
origtest.c Update. 1999-05-05 23:29:18 +00:00
preloadtest.c Update. 1999-01-20 00:34:52 +00:00
restest1.c Update. 1999-01-19 23:47:25 +00:00
rtld.c Update. 1999-05-11 13:00:20 +00:00
sln.c Update. 1998-08-20 17:40:36 +00:00
sofini.c Update. 1997-09-30 17:10:40 +00:00
soinit.c Update. 1997-12-22 20:53:38 +00:00
sprof.c Update. 1999-02-09 09:50:05 +00:00
testobj1_1.c Update. 1999-01-21 08:31:59 +00:00
testobj1.c Update. 1999-01-21 08:31:59 +00:00
testobj2.c Update. 1999-01-21 08:31:59 +00:00
testobj3.c Update. 1999-01-21 08:31:59 +00:00
testobj4.c Update. 1999-01-21 08:31:59 +00:00
testobj5.c Update. 1999-01-21 08:31:59 +00:00
testobj6.c Update. 1999-01-21 08:31:59 +00:00
Versions Update. 1999-05-11 13:00:20 +00:00