Skip to content

Commit 9423bf0

Browse files
authored
Merge pull request #58 from tclin914/fix-url-typo-medany
Fix the typo in url for medany code model
2 parents 602b398 + 5a41264 commit 9423bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolchain-conventions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ NOTE: When PIC or PIE mode enabled the `-mcmodel=medlow` will be suppressed.
118118
RISC-V psABI has a contain sections to describe the code model:
119119

120120
- https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc#medium-low-code-model[Medium low code model]: -mcmodel=medlow
121-
- https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc#medium-low-code-model[Medium any code model]: -mcmodel=medany
121+
- https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc#medium-any-code-model[Medium any code model]: -mcmodel=medany
122122
- https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc#medium-position-independent-code-model[Medium position independent code model]: -fpic, -fPIC, -fpie or -fPIE.
123123

124124
== Disassembler (objdump) behaviour

0 commit comments

Comments
 (0)