Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / sub2l.s
1 ! "The subtraction of two symbols".
2 .little
3 .text
4 .align 5
5 f:
6 rts
7 f2:
8 nop
9
10 .section .text.foo,"ax",@progbits
11 .align 5
12 .global ff
13 ff:
14 nop
15 nop
16 nop
17 nop
18 L:
19 rts
20 nop
21 .align 2
22 .long f-L
23 .long f2-L
24 .long f2
25 .long L
26 .long ff+4
This page took 0.031011 seconds and 4 git commands to generate.