(_bfd_target_vector): Only include the bfd_elf32_ia64_hpux_big_vec vector
[binutils.git] / ld / testsuite / ld-arm / arm-rel31.s
blob37eee66c0de81474df7b3d055d3c3d0cdd16db77
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
11 foo: