]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-sh/sub2l.s
config:
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-sh / sub2l.s
CommitLineData
7739e068
HPN
1! "The subtraction of two symbols".
2 .little
3 .text
4 .align 5
5f:
6 rts
7f2:
8 nop
9
10 .section .text.foo,"ax",@progbits
11 .align 5
12 .global ff
13ff:
14 nop
15 nop
16 nop
17 nop
18L:
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