diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/development/gcc.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/development/gcc.md b/src/development/gcc.md index 759d3b7..f64bc2a 100644 --- a/src/development/gcc.md +++ b/src/development/gcc.md @@ -55,4 +55,11 @@ run1: jmp bar ``` +## ABI (Linux) + +- C ABI - [SystemV ABI][sysvabi] +- C++ ABI - [C++ Itanium ABI][cppabi] + [builtins]: https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html +[sysvabi]: https://www.uclibc.org/docs/psABI-x86_64.pdf +[cppabi]: https://itanium-cxx-abi.github.io/cxx-abi |