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