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
bfd/
[binutils.git]
/
ld
/
testsuite
/
ld-maxq
/
addend.s
blob
a5ca450b2db0c58efeffd10636aeda42626257a8
1
; Addend check testcases
2
; inderpreetb@noida.hcltech.com
3
.global _main
4
_main
:
5
_buf0
:
6
.long 0x5678
7
_buf1
:
8
.long 0x1234
9
_start
:
10
nop
11
nop
12
move
A
[
0
],
_buf1+
2
13
move
A
[
0
],
_buf1-
2
14
call _buf0+
8
15
call _buf1+
2
16