diff options
Diffstat (limited to 'src/development/gcc.md')
-rw-r--r-- | src/development/gcc.md | 4 |
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 |