Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu
[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 jal func1
8 jr ra
9 .size func2, .-func2