Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / adjsw8.s
1 L0: .byte L1-L0
2 .byte L2-L0
3 .byte L3-L0
4 .align 1
5 L1: mov.l 1f,r1
6 .uses L1
7 jmp @r1
8 nop
9 L2: mov.l 1f,r1
10 .uses L2
11 jmp @r1
12 nop
13 L3: nop
14 .align 2
15 1: .long 2f
16 2:
This page took 0.030204 seconds and 4 git commands to generate.