ld: Don't evaluate unneeded PROVIDE expressions.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-target2.s
CommitLineData
3674e28a
PB
1# Test the R_ARM_TARGET2 relocation
2 .text
3 .global _start
4_start:
5 .word foo(target2)
9a6f4e97
NS
6 .word foo+0x1234(target2)
7 .word foo+0xcdef0000(target2)
8 .word foo+0x76543210(target2)
3674e28a 9foo:
This page took 0.407853 seconds and 4 git commands to generate.