Retro68/binutils/ld/testsuite/ld-elfweak/alias.c
2018-12-28 16:25:28 +01:00

4 lines
151 B
C

int strongsym = 123;
extern int __attribute__ ((weak, alias ("strongsym"))) weaksym1;
extern int __attribute__ ((weak, alias ("strongsym"))) weaksym2;