Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / weakref32.s
1 .option nopic
2 .text
3 .align 1
4 .globl _start
5 .type _start, @function
6 _start:
7 lla a5,f
8 beqz a5,.L1
9 addi sp,sp,-16
10 sw ra,12(sp)
11 call f
12 lw ra,12(sp)
13 addi sp,sp,16
14 tail f
15 .L1:
16 ret
17 .size _start, .-_start
18 .weak f
This page took 0.029747 seconds and 4 git commands to generate.