[gdb/testsuite] Fix failure in gdb.python/py-startup-opt.exp
[binutils-gdb.git] / ld / testsuite / ld-elfweak / weakref2.c
blobb70107e2ff67718a7831f60218dab65bb7980b35
1 extern int weaksym2;
2 int *psym2 __attribute__ ((section (".data1"))) = &weaksym2;