aboutsummaryrefslogtreecommitdiffhomepage
path: root/print.html
diff options
context:
space:
mode:
Diffstat (limited to 'print.html')
-rw-r--r--print.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/print.html b/print.html
index 7179ad2..b473bd3 100644
--- a/print.html
+++ b/print.html
@@ -1549,6 +1549,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>
<h1><a class="header" href="#make1" id="make1">make(1)</a></h1>
<h2><a class="header" href="#anatomy-of-make-rules" id="anatomy-of-make-rules">Anatomy of <code>make</code> rules</a></h2>
<pre><code class="language-make">target .. : prerequisite ..