ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr19317.c
1 #include <stdio.h>
2
3 int
4 main ()
5 {
6 printf ("OK\n");
7 return 0;
8 }
This page took 0.029553 seconds and 4 git commands to generate.