* elfxx-sparc.c (struct elf_reloc_map): Delete.
[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.35274 seconds and 4 git commands to generate.