RISC-V: Adjust __global_pointer$ value to reduce code size.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / weakref64.s
CommitLineData
cf7a5066
JW
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 sd ra,8(sp)
11 call f
12 ld ra,8(sp)
13 addi sp,sp,16
14 tail f
15.L1:
16 ret
17 .size _start, .-_start
18 .weak f
This page took 0.043392 seconds and 4 git commands to generate.