glibc/elf
Ulrich Drepper 94e365c612 Update.
* sysdeps/gnu/Makefile (libdl-routines): Add eval.

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

	* dlfcn: New directory.  Move the following files from elf:
	dladdr.c, dlclose.c, dlerror.c, dlfcn.h, dlopen.c,
	dlopenold.c, dlsym.c, dlvsym.c.
	* dlfcn/Makefile: New file.
	* dlfcn/Versions: New file.
	* dlfcn/dlsym.c: All ELF-specific code split out to new
	function _dl_sym.
	* dlfcn/dlvsym.c: All ELF-specific code split out to new
	function _dl_vsym.
	* elf/dl-sym.c: New file.  _dl_sym and _dl_vsym are
	implemented here.

	* dlfcn/dladdr.c: Remove all references to ELF data structures
	or headers.
	* dlfcn/dlclose.c: Likewise.
	* dlfcn/dlerror.c: Likewise.
	* dlfcn/dlopen.c: Likewise.
	* dlfcn/dlopenold.c: Likewise.

	* Makeconfig (dlfcn): New variable - set to `dlfcn' if elf is
	yes, empty otherwise.
	(libdl): Set to dlfcn/libdl.so or libdl.a if elf is yes,
	depending on build-shared.
	(subdirs): Add $(dlfcn).
	(rpath-dirs): Add dlfcn.
	* elf/Makefile: Remove all references to libdl or its
	components, except the ones relating to the test cases.
	(routines): Add dl-sym.
	* elf/Versions (libc): Add _dl_sym and _dl_vsym for GLIBC_2.2.
	(libdl): Delete.

	* elf/dl-close.c (_dl_close): Change argument to void *.
	* elf/dl-open.c (_dl_open): Change return type to void *.
	* elf/eval.c: Removed.
	* elf/ldsodefs.h: Move prototypes of _dl_catch_error,
	_dlerror_run, _dl_open, _dl_close, _dl_addr, and
	_dl_mcount_wrapper_check to include/dlfcn.h.  Delete
	_CALL_DL_FCT macro.
	* include/dlfcn.h: Also prototype _dl_sym and _dl_vsym here.
	Include real header from dlfcn directory.
	* include/ldsodefs.h: Removed.

	* grp/initgroups.c: Use DL_CALL_FCT not _CALL_DL_FCT.
	* nss/getXXbyYY_r.c: Likewise.
	* nss/getXXent_r.c: Likewise.
	* iconv/gconv.c: Likewise.  Don't include ldsodefs.h.
	* iconv/gconv_db.c: Likewise.  Don't include ldsodefs.h.
	* iconv/skeleton.c: Don't include ldsodefs.h.
	* nss/nsswitch.h: Don't include ldsodefs.h.  Include dlfcn.h.

1999-07-07  Ulrich Drepper  <drepper@cygnus.com>
1999-07-07 18:39:33 +00:00
..
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile Update. 1999-07-07 18:39:33 +00:00
Versions Update. 1999-07-07 18:39:33 +00:00
dl-addr.c Update. 1999-02-20 15:02:24 +00:00
dl-close.c Update. 1999-07-07 18:39:33 +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-07-07 12:58:12 +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-07-07 18:39:33 +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-sym.c Update. 1999-07-07 18:39:33 +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
dlfcn.h Update. 1999-02-16 15:35:52 +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-07-07 18:39:33 +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
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.c Update. 1999-01-21 08:31:59 +00:00
testobj1_1.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