diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-15 23:16:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-15 23:16:22 +0000 |
commit | 45e4762c2c7d04cd51213735c2b440c94cdcf28a (patch) | |
tree | 5b2c7f008ae7f0a787bf6798bbb7a8663bc7b0ed /elf/Versions | |
parent | 124dcac84b992d26cfe992f9017f49e92c37add2 (diff) | |
download | glibc-45e4762c2c7d04cd51213735c2b440c94cdcf28a.tar glibc-45e4762c2c7d04cd51213735c2b440c94cdcf28a.tar.gz glibc-45e4762c2c7d04cd51213735c2b440c94cdcf28a.tar.bz2 glibc-45e4762c2c7d04cd51213735c2b440c94cdcf28a.zip |
* dlfcn/tst-dlinfo.c: New file.
* dlfcn/Makefile (tests): Add tst-dlinfo.
($(objpfx)tst-dlinfo): New target.
* dlfcn/dlinfo.c: New file.
* dlfcn/Makefile (libdl-routines): Add it.
* dlfcn/Versions (libdl: GLIBC_2.3.3): Add dlinfo.
* dlfcn/dlfcn.h [__USE_GNU]: Declare dlinfo.
[__USE_GNU] (RTLD_DI_*): New enum constants.
[__USE_GNU] (Dl_serpath, Dl_serinfo): New types.
* elf/dl-load.c (cache_rpath): New inline function.
(_dl_map_object): Use it.
(_dl_rtld_di_serinfo): New function.
* sysdeps/generic/ldsodefs.h: Declare it.
* elf/Versions (ld: GLIBC_PRIVATE): Add it.
Diffstat (limited to 'elf/Versions')
-rw-r--r-- | elf/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Versions b/elf/Versions index b9e99f27fd..e6709bb71b 100644 --- a/elf/Versions +++ b/elf/Versions @@ -51,6 +51,6 @@ ld { _dl_unload_cache; _rtld_global; _dl_tls_symaddr; _dl_allocate_tls; _dl_deallocate_tls; _dl_get_tls_static_info; _dl_allocate_tls_init; - _dl_get_origin; _dl_tls_setup; + _dl_get_origin; _dl_tls_setup; _dl_rtld_di_serinfo; } } |