summaryrefslogtreecommitdiff
path: root/elf/ifuncmain3.c
AgeCommit message (Collapse)Author
2009-11-06Properly handle STT_GNU_IFUNC symbols in do_sym.H.J. Lu
do_sym should use DL_FIXUP_VALUE_XXX macros to call IFUNC function. Otherwise, it won't compile on ia64. This patch fixes it and adds a test.
2009-06-03Test for ELF IFUNC functionality.H.J. Lu