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

3 lines
82 B
C

extern int weaksym2;
int *psym2 __attribute__ ((section (".data1"))) = &weaksym2;