2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_section.s
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
This page took 0.030474 seconds and 4 git commands to generate.