Skip to content

Commit d0e8164

Browse files
authored
Merge pull request #375 from riscv-non-isa/rtabi
Add placeholder for runtime library ABI
2 parents 4f7de69 + 53dc9a9 commit d0e8164

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

riscv-abi.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ include::riscv-cc.adoc[]
1010
include::riscv-elf.adoc[]
1111

1212
include::riscv-dwarf.adoc[]
13+
14+
include::riscv-rtabi.adoc[]

riscv-rtabi.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
10+
includes compiler helper functions, but does not cover the language standard
11+
library functions.

0 commit comments

Comments
 (0)