Make improvements
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
/ @param r15 is envp (still callee saved)
|
||||
/ @note rdi is __init_bss_start (callee monotonic lockstep)
|
||||
/ @note rsi is __init_rodata_start (callee monotonic lockstep)
|
||||
/ @see .init.start & .init.end (libc/macros.inc)
|
||||
/ @see .init.start & .init.end (libc/macros.internal.inc)
|
||||
/ @see ape/ape.lds
|
||||
.section .initprologue,"ax",@progbits
|
||||
.type _init,@function
|
||||
@@ -78,7 +78,7 @@ _woot: leave
|
||||
|
||||
/ Decentralized section for packed data structures & initializers.
|
||||
/
|
||||
/ @see .initro (libc/macros.inc)
|
||||
/ @see .initro (libc/macros.internal.inc)
|
||||
/ @see ape/ape.lds
|
||||
.section .initroprologue,"a",@progbits
|
||||
.type __init_rodata_start,@object
|
||||
@@ -100,7 +100,7 @@ __init_rodata_end:
|
||||
/
|
||||
/ Data in this section becomes read-only after initialization.
|
||||
/
|
||||
/ @see .piro.bss.init (libc/macros.inc)
|
||||
/ @see .piro.bss.init (libc/macros.internal.inc)
|
||||
/ @see libc/runtime/piro.c
|
||||
/ @see ape/ape.lds
|
||||
.section .piro.bss.init.1,"aw",@nobits
|
||||
|
||||
Reference in New Issue
Block a user