Skip to content

Commit

Permalink
Merge pull request #58 from tclin914/fix-url-typo-medany
Browse files Browse the repository at this point in the history
Fix the typo in url for medany code model
  • Loading branch information
kito-cheng authored Sep 9, 2024
2 parents 602b398 + 5a41264 commit 9423bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolchain-conventions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ NOTE: When PIC or PIE mode enabled the `-mcmodel=medlow` will be suppressed.
RISC-V psABI has a contain sections to describe the code model:

- 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
- 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
- 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
- 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.

== Disassembler (objdump) behaviour
Expand Down

0 comments on commit 9423bf0

Please sign in to comment.