diff options
author | johannst <johannst@users.noreply.github.com> | 2020-10-02 15:56:27 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2020-10-02 15:56:27 +0000 |
commit | c3c7c5ce36319727daafee8360eb19e27b9a9b98 (patch) | |
tree | 930763ef51ea41bee5b91048eb855de4700160c5 /print.html | |
parent | beb173a31622e99e40301d95bc74c0e63be7bea9 (diff) | |
download | notes-c3c7c5ce36319727daafee8360eb19e27b9a9b98.tar.gz notes-c3c7c5ce36319727daafee8360eb19e27b9a9b98.zip |
deploy: c6ab2d3412cfbd3f8b6718b51165fab9432f2573
Diffstat (limited to 'print.html')
-rw-r--r-- | print.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 .. |