Skip to content

Commit dfa72d5

Browse files
ebahapoEvandro Menezes
authored andcommitted
riscv-elf.md: fix typo
1 parent 6a66b48 commit dfa72d5

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
@@ -558,8 +558,8 @@ Enum | ELF Reloc Type | Description | Field
558558
48 | R_RISCV_GPREL_S | GP-relative reference | _S-Type_ | S + A - GP
559559
49 | R_RISCV_TPREL_I | TP-relative TLS LE load | _I-Type_
560560
50 | R_RISCV_TPREL_S | TP-relative TLS LE store | _S-Type_
561-
51 | R_RISCV_RELAX | Instruction pair can be relaxed | _word6_ | V - S - A
562-
52 | R_RISCV_SUB6 | Local label subtraction | _word6_ | S + A
561+
51 | R_RISCV_RELAX | Instruction pair can be relaxed |
562+
52 | R_RISCV_SUB6 | Local label subtraction | _word6_ | V - S - A
563563
53 | R_RISCV_SET6 | Local label assignment | _word6_ | S + A
564564
54 | R_RISCV_SET8 | Local label assignment | _word8_ | S + A
565565
55 | R_RISCV_SET16 | Local label assignment | _word16_ | S + A

0 commit comments

Comments
 (0)