aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-rtld-load-self.sh
AgeCommit message (Collapse)Author
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-24Support cross-testing.Joseph Myers
2012-09-19rtld: limit self loading check to normal mode onlyDmitry V. Levin
Commit glibc-2.14~10 disallowed rtld self loading to avoid a segfault that used to happen when rtld was loading itself in normal mode. Unfortunately, that commit disallowed all modes of self loading, including those that used to work before. This change limits the check for self loading to normal mode only, so that instruments like ldd could handle rtld properly.