Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc error
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / plt-lib.c
CommitLineData
4a7a7923
L
1int
2foo (void)
3{
4 return 1;
5}
6
7int
8bar (void)
9{
10 return -1;
11}
This page took 0.119667 seconds and 4 git commands to generate.