x86-64: Force symbol dynamic if it isn't undefined weak
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / plt-lib.c
1 int
2 foo (void)
3 {
4 return 1;
5 }
6
7 int
8 bar (void)
9 {
10 return -1;
11 }
This page took 0.030111 seconds and 4 git commands to generate.