mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Make more code aarch64 friendly
This commit is contained in:
parent
ca2860947f
commit
2b73e72d59
568 changed files with 2197 additions and 1061 deletions
|
@ -23,9 +23,9 @@ IFS=","
|
|||
|
||||
scall() {
|
||||
{
|
||||
echo ".include \"o/libc/sysv/macros.internal.inc\""
|
||||
echo "#include \"libc/sysv/macros.internal.h\""
|
||||
echo ".scall" "$*"
|
||||
} >"$dir/${1/$/-}.s"
|
||||
} >"$dir/${1/$/-}.S"
|
||||
}
|
||||
|
||||
syscon() {
|
||||
|
@ -45,9 +45,9 @@ syscon() {
|
|||
|
||||
sysstr() {
|
||||
{
|
||||
echo ".include \"o/libc/sysv/macros.internal.inc\""
|
||||
echo "#include \"libc/sysv/macros.internal.h\""
|
||||
echo ".sysstr $1 \"$2\""
|
||||
} >"$dir/${1/$/-}.s"
|
||||
} >"$dir/${1/$/-}.S"
|
||||
}
|
||||
|
||||
errfun() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue