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

14 lines
121 B
ArmAsm

.text
.arm
.global _start
.type _start, %function
_start:
b foo
.thumb
.global foo
.type foo, %function
foo:
nop
bx lr