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

17 lines
180 B
ArmAsm

# relaxation test for callr
.globl text1
.section text1, "ax", @progbits
call func
call func1
.section text2, "ax", @progbits
func:
nop
br func1
nop
nop
nop
func1:
nop