mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 11:50:06 +00:00
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.
This commit is contained in:
parent
30bac498cc
commit
f7a0ea26ea
@ -4,6 +4,11 @@
|
||||
|
||||
2002-12-30 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user