gdb/testsuite: Merge whatis.exp and ctf-whatis.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / weakref2.c
1 extern int weaksym2;
2 int *psym2 __attribute__ ((section (".data1"))) = &weaksym2;
This page took 0.029271 seconds and 4 git commands to generate.