repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
testsuite: adapt to new --debug command line option
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mips-elf
/
jal-local-overflow.s
blob
9b22f677dc644f5fae2bb3d35558dfe5c943dd64
1
.text
2
.set noreorder
3
.org 0x2000
4
5
.align 4
6
.globl foo
7
.ent foo
8
foo
:
9
jal abar
-
8
10
nor
$
0
,
$
0
11
12
.aent afoo
13
afoo
:
14
jal afoo
-
8
15
nor
$
0
,
$
0
16
.end foo
17
18
.org 0x4000
19
20
.align 4
21
.globl bar
22
.ent bar
23
bar
:
24
jal afoo
-
8
25
nor
$
0
,
$
0
26
27
.aent abar
28
abar
:
29
jal abar
-
8
30
nor
$
0
,
$
0
31
.end bar
32
33
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
34
.align 4, 0
35
.space 16