From: Ulrich Drepper Date: Mon, 30 Dec 2002 21:24:18 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_2~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a0ea26ea79bc86a5fce32551ea0b06a31528fe;p=thirdparty%2Fglibc.git Update. * elf/dl-close.c (_dl_close): Handle relocation dependencies among the to-be-deleted objects right away instead of later separately. The latter fails because the scope data structures of the DSO might already have gone. --- diff --git a/ChangeLog b/ChangeLog index 9aa7138c4be..adbc4fba9e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,11 @@ 2002-12-30 Ulrich Drepper + * elf/dl-close.c (_dl_close): Handle relocation dependencies among + the to-be-deleted objects right away instead of later separately. + The latter fails because the scope data structures of the DSO + might already have gone. + * elf/Makefile: Add rules to build and run reldep8 test. * elf/reldep8.c: New file. * elf/reldep8mod1.c: New file.