ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr16452b.c
1 int f(void) __attribute__((weak));
2 int main(void){return f?f():0;}
This page took 0.030658 seconds and 4 git commands to generate.