ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / bar1c.c
1 int deallocate_foo;
2
3 int *
4 bar()
5 {
6 return &deallocate_foo;
7 }
This page took 0.030553 seconds and 4 git commands to generate.