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-nios2
/
relax_section.s
blob
0e803d115a65b301e99633b5f40d0524c6173248
1
# relaxing conditional and unconditional jumps -- pc-relative
2
3
.globl text1
4
.section text1,
"ax"
, @progbits
5
beq
r2
,
r3
,
just_out_of_range
6
blt
r2
,
r3
,
farther_out_of_range
7
bne
r2
,
r3
,
in_range
8
nop
9
nop
10
in_range
:
11
nop
12
.align 15
13
br
in_range
14
just_out_of_range
:
15
nop
16
nop
17
nop
18
nop
19
nop
20
nop
21
nop
22
farther_out_of_range
:
23
nop