ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pru / pcrel_u8.s
1 # Test for pc-relative relocations
2 .text
3 .section .init0, "x"
4 .global _start
5 _start:
6 loop end_loop, 5
7 nop
8 nop
9 nop
This page took 0.028833 seconds and 4 git commands to generate.