ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr23997c.c
1 extern int foo_p;
2
3 void *
4 get_foo (void)
5 {
6 return (void *) ((long) &foo_p + foo_p);
7 }
This page took 0.028851 seconds and 4 git commands to generate.