We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21ca40 commit 1111ad4Copy full SHA for 1111ad4
riscv-elf.md
@@ -473,7 +473,7 @@ Enum | ELF Reloc Type | Description | Details
473
17 | R_RISCV_JAL | PC-relative jump | (UJ-Type)
474
18 | R_RISCV_CALL | PC-relative call | MACRO call,tail (auipc+jalr pair)
475
19 | R_RISCV_CALL_PLT | PC-relative call (PLT) | MACRO call,tail (auipc+jalr pair) PIC
476
-20 | R_RISCV_GOT_HI20 | PC-relative GOT reference | MACRO la
+20 | R_RISCV_GOT_HI20 | PC-relative GOT reference | %got_pcrel_hi(symbol) (U-Type)
477
21 | R_RISCV_TLS_GOT_HI20 | PC-relative TLS IE GOT offset | MACRO la.tls.ie
478
22 | R_RISCV_TLS_GD_HI20 | PC-relative TLS GD reference | MACRO la.tls.gd
479
23 | R_RISCV_PCREL_HI20 | PC-relative reference | %pcrel_hi(symbol) (U-Type)
0 commit comments