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

11 lines
97 B
ArmAsm

.text
.align 5
.globl f
f:
mov.l .L1,r0
rts
nop
.align 2
.L1: .long g - f
.long foo@GOT