Skip to content

Commit 1e31ed8

Browse files
authored
Merge pull request #482 from tomeksowi/sb-type
SB-Type -> B-Type typo
2 parents 98de20a + c9b6ec9 commit 1e31ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-elf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ and when symbol has an `@plt` suffix it expands to:
808808
Unconditional jump (J-Type) instructions have a `R_RISCV_JAL` relocation
809809
that can represent an even signed 21-bit offset (-1MiB to +1MiB-2).
810810

811-
Branch (SB-Type) instructions have a `R_RISCV_BRANCH` relocation that
811+
Branch (B-Type) instructions have a `R_RISCV_BRANCH` relocation that
812812
can represent an even signed 13-bit offset (-4096 to +4094).
813813

814814
==== PC-Relative Symbol Addresses

0 commit comments

Comments
 (0)