Fix PR10373 which is SH relax bug.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / sh1.s
CommitLineData
252b5132
RH
1 .text
2foo:
3L1:
4 mov.l L2,r0
5 .uses L1
6 jsr @r0
8c784016
KK
7 nop
8 .uses L1
9 jmp @r0
10 nop
252b5132 11 rts
8c784016 12 nop
252b5132
RH
13 .align 2
14L2:
15 .long bar
16bar:
17 rts
18 .align 4
This page took 0.8306 seconds and 4 git commands to generate.