-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #412 from c8ef/master
update the x86_64 ABI link.
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Copyright (C) 2019-2024 Vladimir Makarov <[email protected]>. | ||
*/ | ||
|
||
/* See C11 7.16 and https://www.uclibc.org/docs/psABI-x86_64.pdf */ | ||
/* See C11 7.16 and https://gitlab.com/x86-psABIs/x86-64-ABI */ | ||
static char stdarg_str[] | ||
= "#ifndef __STDARG_H\n" | ||
"#define __STDARG_H\n" | ||
|