From 36192027ead05af4d997eff94fd091e4772dd601 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Thu, 28 Sep 2023 14:56:25 +0900 Subject: [PATCH] Update riscv-elf.adoc Co-authored-by: Jessica Clarke Signed-off-by: Rui Ueyama --- riscv-elf.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv-elf.adoc b/riscv-elf.adoc index 35748657..fa426e24 100644 --- a/riscv-elf.adoc +++ b/riscv-elf.adoc @@ -1579,7 +1579,7 @@ NOTE: Tag_RISCV_x3_reg_usage is treated as 0 if it is not present. Description:: This relaxation can relax a GOT indirection into load immediate or PC-relative addressing. This relaxation is intended to - optimize the `la`/`lga` assembly pseudo-instruction, which loads a + optimize the `lga` assembly pseudo-instruction (and thus `la` for PIC objects), which loads a symbol's address from a GOT entry with an `auipc` + `l[w|d]` instruction pair.