Make aarch64 compilable

This commit is contained in:
Alex
2023-04-04 19:36:45 +03:00
parent 74dab6c44e
commit b265b4aced
6 changed files with 96 additions and 36 deletions

View File

@ -1,13 +1,13 @@
.section .init
.global _init
.type _init, @function
_init:
// .section .init
// .global _init
// .type _init, @function
// _init:
// push %rbp
// movq %rsp, %rbp
.section .fini
.global _fini
.type _fini, @function
_fini:
// .section .fini
// .global _fini
// .type _fini, @function
// _fini:
// push %rbp
// movq %rsp, %rbp