Home | History | Annotate | Download | only in ld-avr
      1     .file "relax.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	L2 - L1
     13