This website requires JavaScript.
Explore
Help
Register
Sign In
system
/
glibc
Watch
3
Star
0
Fork
0
You've already forked glibc
Code
Issues
Projects
Releases
Wiki
Activity
glibc
/
elf
/
ifuncmain9pic.c
2 lines
24 B
C
Raw
Normal View
History
Unescape
Escape
elf: Add tests with a local IFUNC resolver [BZ #23937] 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.
2019-02-28 11:52:44 +01:00
#
include
"ifuncmain9.c"
Reference in New Issue
Copy Permalink