Creating a C Library: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Added link to latest C2011 draft (it's completely legal)
Fix the error: crtn.s: Error: .size expression for _init does not evaluate to a constant
Line 97:
popq %rbp
ret
.size _init, . - _init
 
.section .fini
Line 103 ⟶ 102:
popq %rbp
ret
.size _fini, . - _fini
</source>