about summary refs log tree commit diff
path: root/elf/tst-relro-symbols.py
Commit message (Collapse)AuthorAgeFilesLines
* Default to --with-default-link=no (bug 25812)Florian Weimer2022-04-221-0/+137
This is necessary to place the libio vtables into the RELRO segment. New tests elf/tst-relro-ldso and elf/tst-relro-libc are added to verify that this is what actually happens. The new tests fail on ia64 due to lack of (default) RELRO support inbutils, so they are XFAILed there.