ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-local-overflow.s
1 .data
2 .space 0x1000
3
4 .align 2
5 .type bar, @object
6 bar:
7 .half bar
8 .size bar, . - bar
This page took 0.032748 seconds and 4 git commands to generate.