Skip to content

Commit 53dc9a9

Browse files
committed
Add placeholder for runtime library ABI
It's a placeholder of runtime library ABI, this document plan to writing down the behavior and naming scheme for current compiler helper funciton implementation first.
1 parent 4f7de69 commit 53dc9a9

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)