Don't write to inferior_ptid in gnu-nat.c
[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.029133 seconds and 4 git commands to generate.