aboutsummaryrefslogtreecommitdiffstats
path: root/stdio-common/vprintf.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-06 02:49:59 +0000
committerRoland McGrath <roland@gnu.org>2005-04-06 02:49:59 +0000
commit0330a08d8a0a3e4ab29573f045138f9754d0cda4 (patch)
tree083e02a111f52646354ad71bfc89bad138c994d3 /stdio-common/vprintf.c
parent2005-03-19 Ulrich Drepper <drepper@redhat.com> (diff)
downloadglibc-0330a08d8a0a3e4ab29573f045138f9754d0cda4.tar.xz
glibc-0330a08d8a0a3e4ab29573f045138f9754d0cda4.zip
2005-03-18 Ulrich Drepper <drepper@redhat.com>
[BZ #821] * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate function _dl_sort_fini. (_dl_sort_fini): New function. * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini. * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running destructors to call them in the right order. [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 '')
0 files changed, 0 insertions, 0 deletions