Skip to content

Commit 018409d

Browse files
committed
riscv-elf.md: fix typo
1 parent 3f4a97a commit 018409d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

riscv-elf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,8 @@ Enum | ELF Reloc Type | Description | Field
518518
48 | R_RISCV_GPREL_S | GP-relative reference | _S-Type_ | S + A - GP
519519
49 | R_RISCV_TPREL_I | TP-relative TLS LE load | _I-Type_
520520
50 | R_RISCV_TPREL_S | TP-relative TLS LE store | _S-Type_
521-
51 | R_RISCV_RELAX | Instruction pair can be relaxed | _word6_ | V - S - A
522-
52 | R_RISCV_SUB6 | Local label subtraction | _word6_ | S + A
521+
51 | R_RISCV_RELAX | Instruction pair can be relaxed |
522+
52 | R_RISCV_SUB6 | Local label subtraction | _word6_ | V - S - A
523523
53 | R_RISCV_SET6 | Local label assignment | _word6_ | S + A
524524
54 | R_RISCV_SET8 | Local label assignment | _word8_ | S + A
525525
55 | R_RISCV_SET16 | Local label assignment | _word16_ | S + A

0 commit comments

Comments
 (0)