aboutsummaryrefslogtreecommitdiffhomepage
path: root/development
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2020-10-02 15:56:27 +0000
committerjohannst <johannst@users.noreply.github.com>2020-10-02 15:56:27 +0000
commitc3c7c5ce36319727daafee8360eb19e27b9a9b98 (patch)
tree930763ef51ea41bee5b91048eb855de4700160c5 /development
parentbeb173a31622e99e40301d95bc74c0e63be7bea9 (diff)
downloadnotes-c3c7c5ce36319727daafee8360eb19e27b9a9b98.tar.gz
notes-c3c7c5ce36319727daafee8360eb19e27b9a9b98.zip
deploy: c6ab2d3412cfbd3f8b6718b51165fab9432f2573
Diffstat (limited to 'development')
-rw-r--r--development/gcc.html5
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>