Retro68/binutils/ld/testsuite/ld-arm/arm-target2.s
2012-03-26 21:18:29 +02:00

10 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: