aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-riscv-elf/pcrel-reloc.s
blob: db2103bafd18ddc5f807186d5ba6aea194703a01 (plain)
1
2
3
4
5
.text
.global _start
_start:
    auipc t0, %pcrel_hi(sym)
    lw t0, %pcrel_lo(_start)(t0)