aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfweak/alias.c
blob: 93de464fb9d5f82443d85bd3f00ada83f1a3b648 (plain)
1
2
3
int strongsym = 123;
extern int __attribute__ ((weak, alias ("strongsym"))) weaksym1;
extern int __attribute__ ((weak, alias ("strongsym"))) weaksym2;