readelf: Consolidate --syms --use-dynamic with --dyn-syms
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / lib-nopic-01b.s
CommitLineData
330a6637
JW
1 .option nopic
2 .text
3 .align 1
4 .globl func2
5 .type func2, @function
6func2:
7 call func1
8 jr ra
9 .size func2, .-func2
This page took 0.048654 seconds and 4 git commands to generate.