Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-avr / relax.s
CommitLineData
e4ef1b6c
DC
1 .file "relax.s"
2.section .text,"ax",@progbits
3main:
4L1:
5 jmp L1
6L2:
7.global x
8 .section .data
9 .type x, @object
10 .size x, 2
11x:
12 .word L2 - L1
This page took 0.241622 seconds and 4 git commands to generate.