Don't generate PLT relocations for now binding
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / foo.c
1 #pragma weak foo
2
3 extern void foo ();
4
5 void
6 foo ()
7 {
8 }
This page took 0.02915 seconds and 4 git commands to generate.