Retro68/binutils/ld/testsuite/ld-avr/relax.s

13 lines
150 B
ArmAsm
Raw Normal View History

2015-08-28 15:32:19 +00:00
.file "relax.s"
.section .text,"ax",@progbits
main:
L1:
jmp L1
L2:
.global x
.section .data
.type x, @object
.size x, 2
x:
.word L2 - L1