about summary refs log tree commit diff
path: root/elf/tst-rtld-load-self.sh
Commit message (Collapse)AuthorAgeFilesLines
* Support cross-testing.Joseph Myers2012-10-241-4/+7
|
* rtld: limit self loading check to normal mode onlyDmitry V. Levin2012-09-191-0/+46
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.