We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f7de69 + 53dc9a9 commit d0e8164Copy full SHA for d0e8164
riscv-abi.adoc
@@ -10,3 +10,5 @@ include::riscv-cc.adoc[]
10
include::riscv-elf.adoc[]
11
12
include::riscv-dwarf.adoc[]
13
+
14
+include::riscv-rtabi.adoc[]
riscv-rtabi.adoc
@@ -0,0 +1,11 @@
1
+[[riscv-dwarf]]
2
+= RISC-V Run-time ABI Specification
3
+ifeval::["{docname}" == "riscv-rtabi"]
4
+include::prelude.adoc[]
5
+endif::[]
6
7
+== Run-time ABI
8
9
+This document defines the run-time helper function ABI for RISC-V, which
+includes compiler helper functions, but does not cover the language standard
+library functions.
0 commit comments