ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-avr / pr20789.s
1 .file "pr20789.s"
2 .section .text,"ax",@progbits
3 main:
4 L1:
5 jmp L1
6 L2:
7 .global x
8 .section .data
9 .type x, @object
10 .size x, 2
11 x:
12 .word L1 - L2
This page took 0.033146 seconds and 4 git commands to generate.