mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 04:08:32 +00:00
Work on magic numbers for aarch64
This commit is contained in:
parent
59766efd3e
commit
5a455eaa0b
2070 changed files with 4567 additions and 4200 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "libc/macros.internal.h"
|
||||
/* clang-format off */
|
||||
|
||||
.macro .syscon group:req name:req linux:req xnu:req freebsd:req openbsd:req netbsd:req windows:req
|
||||
.macro .syscon group:req name:req linux:req linux_aarch64:req xnu:req freebsd:req openbsd:req netbsd:req windows:req
|
||||
|
||||
#ifdef __x86_64__
|
||||
.yoink _init_systemfive
|
||||
|
@ -69,7 +69,7 @@
|
|||
#else
|
||||
.section .rodata,"a",@progbits
|
||||
.balign 8
|
||||
\name: .quad \linux
|
||||
\name: .quad \linux_aarch64
|
||||
.endobj \name,globl
|
||||
.previous
|
||||
#endif /* __x86_64__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue