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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mips-elf
/
jal-global-overflow.s
blob
a67d0bf8784f688ad1caa7e59dce1e8bbd40b8ac
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
.globl afoo
13
.aent afoo
14
afoo
:
15
jal afoo
-
8
16
nor
$
0
,
$
0
17
.end foo
18
19
.org 0x4000
20
21
.align 4
22
.globl bar
23
.ent bar
24
bar
:
25
jal afoo
-
8
26
nor
$
0
,
$
0
27
28
.globl abar
29
.aent abar
30
abar
:
31
jal abar
-
8
32
nor
$
0
,
$
0
33
.end bar
34
35
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
36
.align 4, 0
37
.space 16