aboutsummaryrefslogtreecommitdiffhomepage
path: root/print.html
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 /print.html
parentbeb173a31622e99e40301d95bc74c0e63be7bea9 (diff)
downloadnotes-c3c7c5ce36319727daafee8360eb19e27b9a9b98.tar.gz
notes-c3c7c5ce36319727daafee8360eb19e27b9a9b98.zip
deploy: c6ab2d3412cfbd3f8b6718b51165fab9432f2573
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 ..