Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | |
2022-12-15 | elf: Fix tst-relro-symbols.py argument passing | Adhemerval Zanella | |
Current scheme only consideres the first argument for both --required and --optional, where the idea is to append a new item. Checked on x86_64-linux-gnu. Reviewed-by: Florian Weimer <fweimer@redhat.com> | |||
2022-04-22 | Default to --with-default-link=no (bug 25812) | Florian Weimer | |
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. |