about summary refs log tree commit diff
path: root/elf/ifuncmain9pic.c
Commit message (Collapse)AuthorAgeFilesLines
* elf: Add tests with a local IFUNC resolver [BZ #23937]Florian Weimer2019-02-281-0/+1
The existing tests all use global symbols (but with different visibility). Local symbols could be treated differently by the compiler and linker (as was the case on POWER ELFv2, causing bug 23937), and we did not have test coverage for this. Tested on x86-64 and POWER ELFv2 little-endian, with and without --disable-multi-arch. On POWER, the test cases elf/ifuncmain9, elf/ifuncmain9pic, elf/ifuncmain9pie reproduce bug 23937 with older binutils.