Convert PLT reloc only if pointer equality isn't needed
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr9679-2.c
CommitLineData
54ac0771
L
1extern int foo (void) __attribute__((weak,__visibility__ ("hidden")));
2
3int
4foo (void)
5{
6 return 1;
7}
8
9int
10bar (void)
11{
12 return foo ();
13}
This page took 0.32661 seconds and 4 git commands to generate.