Retro68/binutils/ld/testsuite/ld-elfweak/weakref2.c

3 lines
82 B
C
Raw Normal View History

2018-12-28 15:25:28 +00:00
extern int weaksym2;
int *psym2 __attribute__ ((section (".data1"))) = &weaksym2;