diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/x86_64.md | 2 | ||||
-rw-r--r-- | src/development/gcc.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/x86_64.md b/src/arch/x86_64.md index d752b09..2635a4e 100644 --- a/src/arch/x86_64.md +++ b/src/arch/x86_64.md @@ -346,7 +346,7 @@ Hi ASM-World! - [`juicebox-asm` an `x86_64` jit assembler playground][juicebox] -[sysvabi]: https://www.uclibc.org/docs/psABI-x86_64.pdf +[sysvabi]: https://gitlab.com/x86-psABIs/x86-64-ABI [winabi]: https://learn.microsoft.com/en-us/cpp/build/x64-software-conventions [winabi-args]: https://learn.microsoft.com/en-us/cpp/build/x64-calling-convention [amd64_vol1]: https://www.amd.com/system/files/TechDocs/24592.pdf diff --git a/src/development/gcc.md b/src/development/gcc.md index f2bd8a0..7d34ac3 100644 --- a/src/development/gcc.md +++ b/src/development/gcc.md @@ -85,9 +85,9 @@ run1: ## ABI (Linux) -- C ABI - [SystemV ABI][sysvabi] +- C ABI (x86_64) - [SystemV ABI][sysvabi] - C++ ABI - [C++ Itanium ABI][cppabi] [builtins]: https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html -[sysvabi]: https://www.uclibc.org/docs/psABI-x86_64.pdf +[sysvabi]: https://gitlab.com/x86-psABIs/x86-64-ABI [cppabi]: https://itanium-cxx-abi.github.io/cxx-abi |