aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/development
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-02-15 01:50:46 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-02-15 01:50:46 +0100
commit723da2def58185891bf6541dc254d09da8932bff (patch)
treeff76c2a6bcbd5035ce74c8bfd75bffc991ce6149 /src/development
parentb08fc0727a7086560b9cd9217fdab5d07ffee45f (diff)
downloadnotes-723da2def58185891bf6541dc254d09da8932bff.tar.gz
notes-723da2def58185891bf6541dc254d09da8932bff.zip
abi: update link to x86_64 sysv abi
Diffstat (limited to 'src/development')
-rw-r--r--src/development/gcc.md4
1 files changed, 2 insertions, 2 deletions
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