diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-07 07:57:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-07 07:57:11 +0000 |
commit | 5a21d307c518c911f81848b6c0056fcc39e3ddcd (patch) | |
tree | 9b2c8e176909392cb03b76cf2eb5d29e61c55d40 /elf/Makefile | |
parent | b98e518f5627b95c79bf75d178ae41527c333886 (diff) | |
download | glibc-5a21d307c518c911f81848b6c0056fcc39e3ddcd.zip glibc-5a21d307c518c911f81848b6c0056fcc39e3ddcd.tar.gz glibc-5a21d307c518c911f81848b6c0056fcc39e3ddcd.tar.bz2 |
Update.
2001-09-07 Ulrich Drepper <drepper@redhat.com>
* include/link.h (struct link_map): Add l_scope_mem and l_scope_max
elements. Change l_scope to be a pointer only.
* elf/dl-object.c (_dl_new_ojbect): Initialize l_scope and l_scope_max.
* elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
here add searchlist of newly open file to the dependency's scope.
* elf/dl-close.c (_dl_close): If dependency is used otherwise remove
only searchlist from its scope. Free own scope array if necessary.
* elf/Makefile (tests): Add dblload and dblunload now.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 0831662..160d901 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -106,7 +106,7 @@ tests = loadtest restest1 preloadtest loadfail multiload origtest resolvfail \ reldep reldep2 reldep3 reldep4 $(tests-nodelete-$(have-z-nodelete)) \ $(tests-nodlopen-$(have-z-nodlopen)) neededtest neededtest2 \ neededtest3 neededtest4 unload2 lateglobal initfirst global \ - restest2 next #dblload dblunload + restest2 next dblload dblunload test-srcs = tst-pathopt tests-vis-yes = vismain tests-nodelete-yes = nodelete |