ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr25593b.c
1 extern void xyz ();
2
3 void
4 xxx (void)
5 {
6 xyz ();
7 }
This page took 0.029437 seconds and 4 git commands to generate.