ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / rel32-reject.s
1 .text
2 .global main
3 main:
4 b main
5
6 .data
7 .extern ext_global
8 rel:
9 .word ext_global - .
This page took 0.030912 seconds and 4 git commands to generate.