Add ability to change linker warning messages into errors when reporting executable...
[binutils-gdb.git] / ld / testsuite / ld-elfweak / foo.c
blobd00b1b5aafc1aa6dff2b903587e6e0b2d7f03bc3
1 #pragma weak foo
3 extern void foo ();
5 void
6 foo ()