Merge branch 'master' into amd-common
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / lib-nopic-01a.s
CommitLineData
330a6637
JW
1 .option nopic
2 .text
3 .align 1
4 .globl func1
5 .type func1, @function
6func1:
7 call func2
8 jr ra
9 .size func1, .-func1
This page took 0.028755 seconds and 4 git commands to generate.