Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-riscv-elf / pcrel-reloc.s
blobdb2103bafd18ddc5f807186d5ba6aea194703a01
1 .text
2 .global _start
3 _start:
4 auipc t0, %pcrel_hi(sym)
5 lw t0, %pcrel_lo(_start)(t0)