summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfweak/weakref2.c
blob: b70107e2ff67718a7831f60218dab65bb7980b35 (plain)
1
2
extern int weaksym2;
int *psym2 __attribute__ ((section (".data1"))) = &weaksym2;