PR25882, .gnu.attributes are not checked for shared libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / foo.c
CommitLineData
16a57284
L
1#pragma weak foo
2
3extern void foo ();
4
5void
6foo ()
7{
8}
This page took 0.87052 seconds and 4 git commands to generate.