gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / alias.c
1 int strongsym = 123;
2 extern int __attribute__ ((weak, alias ("strongsym"))) weaksym1;
3 extern int __attribute__ ((weak, alias ("strongsym"))) weaksym2;
This page took 0.028815 seconds and 4 git commands to generate.