From 723da2def58185891bf6541dc254d09da8932bff Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Thu, 15 Feb 2024 01:50:46 +0100 Subject: abi: update link to x86_64 sysv abi --- src/arch/x86_64.md | 2 +- 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 -- cgit v1.2.3