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

11 lines
171 B
ArmAsm

# Test the R_ARM_REL31 relocation
.section .before
.global _start
_start:
.text
.rel31 0, foo
.rel31 0, _start
.rel31 1, foo
.rel31 1, _start
.section .after
foo: