blob: dc6b26265947cbe8835b4453fe5af792d01c6e2f [file] [log] [blame]
.file "diffreloc.s"
.section .text,"ax",@progbits
main:
L1:
jmp L1
L2:
.global x
.section .data
.type x, @object
.size x, 2
x:
.word L2 - L1