Make improvements

This commit is contained in:
Justine Tunney 2020-12-01 03:43:40 -08:00
parent 3e4fd4b0ad
commit e44a0cf6f8
256 changed files with 23100 additions and 2294 deletions

View file

@ -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