]> git.ipfire.org Git - thirdparty/glibc.git/commit - include/dlfcn.h
2003-03-10 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 10 Mar 2003 09:12:11 +0000 (09:12 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 10 Mar 2003 09:12:11 +0000 (09:12 +0000)
commit8dd569934c2019dff527f0587f3d809efeec7c03
tree56541d1fa27eed805f18da76464f4b1be727adb5
parente48f96382f237c0edad5c446eca867092406a51d
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.
Versions.def
dlfcn/Makefile
dlfcn/Versions
dlfcn/dladdr.c
dlfcn/dladdr1.c [new file with mode: 0644]
dlfcn/dlfcn.h
elf/dl-addr.c
include/dlfcn.h
malloc/mtrace.c
sysdeps/generic/elf/backtracesyms.c
sysdeps/generic/elf/backtracesymsfd.c