glibc/dlfcn
Roland McGrath 8dd569934c 2003-03-10 Roland McGrath <roland@redhat.com>
* dlfcn/Makefile (libdl-routines): Add dladdr1.
	* dlfcn/dladdr1.c: New file.
	* dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
	[__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
	* elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
	a const ElfNN_Sym ** to fill in.
	* include/dlfcn.h: Update decl.  Include <link.h>.
	* dlfcn/dladdr.c (dladdr): Update caller.
	* malloc/mtrace.c (tr_where): Likewise.
	* sysdeps/generic/elf/backtracesyms.c: Likewise.
	* sysdeps/generic/elf/backtracesymsfd.c: Likewise.
	* dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
	* Versions.def (libdl): Define GLIBC_2.3.3 set.
2003-03-10 09:12:11 +00:00
..
Makefile 2003-03-10 Roland McGrath <roland@redhat.com> 2003-03-10 09:12:11 +00:00
Versions 2003-03-10 Roland McGrath <roland@redhat.com> 2003-03-10 09:12:11 +00:00
bug-dlopen1.c Update. 2002-02-06 00:28:46 +00:00
bug-dlsym1-lib1.c (foo): Add prototype to avoid warning. 2002-08-23 08:52:49 +00:00
bug-dlsym1-lib2.c 2002-08-21 Roland McGrath <roland@redhat.com> 2002-08-21 23:03:46 +00:00
bug-dlsym1.c 2002-08-21 Roland McGrath <roland@redhat.com> 2002-08-21 23:03:46 +00:00
default.c Update. 2000-11-16 02:17:26 +00:00
defaultmod1.c Update. 2000-11-29 00:04:54 +00:00
defaultmod2.c Update. 2000-11-29 00:04:54 +00:00
dladdr.c 2003-03-10 Roland McGrath <roland@redhat.com> 2003-03-10 09:12:11 +00:00
dladdr1.c 2003-03-10 Roland McGrath <roland@redhat.com> 2003-03-10 09:12:11 +00:00
dlclose.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
dlerror.c * sysdeps/hppa/fpu/libm-test-ulps: New file (generated). 2002-11-19 06:41:14 +00:00
dlfcn.h 2003-03-10 Roland McGrath <roland@redhat.com> 2003-03-10 09:12:11 +00:00
dlopen.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
dlopenold.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
dlsym.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
dlvsym.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
errmsg1.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
errmsg1mod.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
eval.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
failtest.c Add prototype for foo. 2000-12-27 19:58:36 +00:00
failtestmod.c Update. 2000-11-29 00:04:54 +00:00
glreflib1.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
glreflib2.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
glrefmain.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
modatexit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
modcxaatexit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
modstatic.c Update. 2001-12-28 16:43:13 +00:00
tst-dladdr.c (do_test): Get address of ref1 using DL_LOOKUP_ADDRESS. 2001-08-23 04:01:56 +00:00
tstatexit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tstcxaatexit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tststatic.c Update. 2001-08-04 19:30:39 +00:00