RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / alias.c
CommitLineData
40363a91
AM
1int strongsym = 123;
2extern int __attribute__ ((weak, alias ("strongsym"))) weaksym1;
3extern int __attribute__ ((weak, alias ("strongsym"))) weaksym2;
This page took 0.166402 seconds and 4 git commands to generate.