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

9 lines
181 B
ArmAsm

# Test the R_ARM_TARGET2 relocation
.text
.global _start
_start:
.word foo(target2)
.word foo+0x1234(target2)
.word foo+0xcdef0000(target2)
.word foo+0x76543210(target2)
foo: