-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #232 from riscv-non-isa/intro
Add chapter for `Introduction` and `Terms and abbreviations`
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
= Introduction | ||
|
||
This specification provides the processor-specific application binary interface | ||
document for RISC-V. | ||
|
||
This specification consists of the following three parts: | ||
|
||
- Calling convention | ||
- ELF specification | ||
- DWARF specification | ||
= Terms and Abbreviations | ||
|
||
This specification uses the following terms and abbreviations: | ||
|
||
[width=80%] | ||
|=== | ||
| Term | Meaning | ||
|
||
| ABI | Application Binary Interface | ||
| gABI | Generic System V Application Binary Interface | ||
| ELF | Executable and Linking Format | ||
| psABI | Processor-Specific ABI | ||
| DWARF | Debugging With Arbitrary Record Formats | ||
| GOT | Global Offset Table | ||
| PLT | Program Linkage Table | ||
| PC | Program Counter | ||
| TLS | Thread-Local Storage | ||
| NTBS | Null-Terminated Byte String | ||
|=== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters