Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-riscv-elf / ifunc-seperate-caller-pcrel.s
blob2d29bcd121b0df63e6b6d727c8ee8bd0575c788c
1 .text
3 # Call the IFUNC `foo` which is defined in the other modules.
4 .globl foo
5 .type foo, %function
7 .globl main
8 .type main, @function
9 main:
10 .L1:
11 auipc x1, %pcrel_hi (foo)
12 addi x1, x1, %pcrel_lo (.L1)
13 ret
14 .size main, .-main