aboutsummaryrefslogtreecommitdiff
path: root/elf/unload3mod4.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-06 02:50:11 +0000
committerRoland McGrath <roland@gnu.org>2005-04-06 02:50:11 +0000
commit83973e6aa379621135d5c5e7a5f87eac08d2c0f8 (patch)
tree65c71927e5ffad21eaab2e282f98e283d428a472 /elf/unload3mod4.c
parentcd107adf8b6084891dc7f8909abf12060f3ca112 (diff)
downloadglibc-83973e6aa379621135d5c5e7a5f87eac08d2c0f8.tar
glibc-83973e6aa379621135d5c5e7a5f87eac08d2c0f8.tar.gz
glibc-83973e6aa379621135d5c5e7a5f87eac08d2c0f8.tar.bz2
glibc-83973e6aa379621135d5c5e7a5f87eac08d2c0f8.zip
2005-03-18 Ulrich Drepper <drepper@redhat.com>
[BZ #821] * include/link.h (struct link_map): Remove l_opencount. Add l_removed. Change type of l_idx to int. * elf/dl-close.c: Basically rewrite. Do not use l_opencount to determine whether a DSO has to be unloaded. Instead compute this in this function. * elf/dl-deps.c: No need to manipulate l_opencount anymore. * elf/dl-lookup.c: Likewise. * elf/rtld.c: Likewise * elf/dl-open.c: Likewise. Use l_init_called to determine whether object was just loaded. * elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount. * elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which is about to be unloaded as a match. (_dl_map_object): Likewise. * elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about to be unloaded. * elf/circleload1.c: Don't use l_opencount anymore. * elf/neededtest.c: Likewise. * elf/neededtest2.c: Likewise. * elf/neededtest3.c: Likewise. * elf/neededtest4.c: Likewise. * elf/unload.c: Likewise. * elf/unload2.c: Likewise. * elf/loadtest.c: Likewise.
Diffstat (limited to 'elf/unload3mod4.c')
0 files changed, 0 insertions, 0 deletions