i386: Issue an error on non-PIC call to IFUNC in PIC object
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / plt-lib.c
CommitLineData
76e7af5f
L
1int
2foo (void)
3{
4 return 1;
5}
6
7int
8bar (void)
9{
10 return -1;
11}
This page took 0.121197 seconds and 4 git commands to generate.