Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-nios2/relax_section.s
2023-03-06 14:48:14 +01:00

24 lines
324 B
ArmAsm

# relaxing conditional and unconditional jumps -- pc-relative
.globl text1
.section text1, "ax", @progbits
beq r2, r3, just_out_of_range
blt r2, r3, farther_out_of_range
bne r2, r3, in_range
nop
nop
in_range:
nop
.align 15
br in_range
just_out_of_range:
nop
nop
nop
nop
nop
nop
nop
farther_out_of_range:
nop