about summary refs log tree commit diff
path: root/elf/multiload.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper1999-02-191-0/+78
* 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.