MIPS/LD/testsuite: Uniquely identify `undefweak-overflow' tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_section.s
CommitLineData
36591ba1
SL
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
10in_range:
11 nop
12.align 15
13 br in_range
14just_out_of_range:
15 nop
16 nop
17 nop
18 nop
19 nop
20 nop
21 nop
22farther_out_of_range:
23 nop
This page took 0.200715 seconds and 4 git commands to generate.