diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/gcc.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/gcc.html b/development/gcc.html index 4f83125..0db3be6 100644 --- a/development/gcc.html +++ b/development/gcc.html @@ -198,6 +198,11 @@ run1: xor eax, eax jmp bar </code></pre> +<h2><a class="header" href="#abi-linux" id="abi-linux">ABI (Linux)</a></h2> +<ul> +<li>C ABI - <a href="https://www.uclibc.org/docs/psABI-x86_64.pdf">SystemV ABI</a></li> +<li>C++ ABI - <a href="https://itanium-cxx-abi.github.io/cxx-abi">C++ Itanium ABI</a></li> +</ul> </main> |