RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / size_foo.c
CommitLineData
a664545d
L
1#pragma weak bar
2
3extern void bar ();
4
aa207068 5void
a664545d
L
6foo ()
7{
8 bar ();
9}
This page took 0.668639 seconds and 4 git commands to generate.