]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/multiload.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 19 Feb 1999 00:00:05 +0000 (00:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 19 Feb 1999 00:00:05 +0000 (00:00 +0000)
commit61e0617ac34c4daaeb2f07f89a05c9f9353b8879
tree8dc1f2e00b67c6661892258bf2d479e793854c54
parent1a989e004c00955e60cd315666ebd450d6fa9732
Update.

* elf/link.h (link_map): Add l_dev and l_ino.
* elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
loaded shared object with all laoded objects.  Initialize l_ino
and l_dev in case it's new.
* elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
object.
* elf/Makefile: Compile and run new test.
* elf/multiload.c: New file.
ChangeLog
elf/Makefile
elf/dl-load.c
elf/link.h
elf/multiload.c [new file with mode: 0644]
elf/rtld.c