RISC-V: Update CSR to privileged spec 1.11.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / eh-relocs.s
1 .text
2 .align 2
3 .globl _func1
4 .type _func1, @function
5 _func1:
6 .cfi_startproc
7 lla a1,_func2
8 add sp,sp,-16
9 .cfi_def_cfa_offset 16
10 .cfi_endproc
11 .size _func1, .-_func1
This page took 0.029828 seconds and 4 git commands to generate.