ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / pie-bind-locally-b.s
1 .section .data.rel,"aw",%progbits
2 .align 2
3 .type q, %object
4 .size q, 4
5 q:
6 .word _start
This page took 0.029903 seconds and 4 git commands to generate.