ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / call-relax-0.s
1 .globl _start
2
3 .section .text.hot
4 _start:
5 call cc
6
7 .text
8 ff:
9 call dd
This page took 0.0325 seconds and 4 git commands to generate.