Some get_last_target_status tweaks
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-rel31.s
CommitLineData
3674e28a
PB
1# Test the R_ARM_REL31 relocation
2 .section .before
3 .global _start
4_start:
5 .text
6 .rel31 0, foo
7 .rel31 0, _start
8 .rel31 1, foo
9 .rel31 1, _start
10 .section .after
11foo:
This page took 1.029242 seconds and 4 git commands to generate.