summaryrefslogtreecommitdiff
path: root/tests/libexec/ld.elf_so/t_ifunc.c
AgeCommit message (Expand)Author
2022-06-21sort; it is the same list as in h_ifunc_static.c; perhaps it should bechristos
2022-06-21Support ifunc on aarch64. The tests pass at least.skrll
2022-06-21Wrap long #if defined(...) || ... and sort. NFCI.skrll
2022-06-13Whitespaceskrll
2019-07-09return return atf_no_error() instead of 0 for consistency.maya
2018-03-09Avoid casting fun by switching ifunc helper functions to returnjoerg
2018-01-01Build less of the test code if there's no linker ifunc support.maya
2017-12-30Skip all tests on architectures w/o ifunc linker/ld.elf_so support.martin
2017-11-06init/fini for the main program is handled by crt0.o, so ifunc handlingjoerg
2017-08-12Add sparc/sparc64 support for irelative relocations.joerg
2017-08-10Add IRELATIVE support for ARM, X86 and PowerPC.joerg
2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
2014-08-25Add basic support for indirect functions. It allows providing a publicjoerg