repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-sh
/
sub2l.s
blob
1a077d0960c0557884181aaf6b00b1ef0a24b6f0
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