ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / lib-nopic-01a.s
1 .option nopic
2 .text
3 .align 1
4 .globl func1
5 .type func1, @function
6 func1:
7 call func2
8 jr ra
9 .size func1, .-func1
This page took 0.050332 seconds and 4 git commands to generate.