Barest of bare bones
This commit is contained in:
parent
3350ea2151
commit
d71037a775
5 changed files with 149 additions and 0 deletions
9
crtn.s
Normal file
9
crtn.s
Normal file
|
@ -0,0 +1,9 @@
|
|||
.section .init
|
||||
# crtend.o's .init section goes here.
|
||||
popl %ebp
|
||||
ret
|
||||
|
||||
.section .fini
|
||||
# crtend.o's .fini section goes here.
|
||||
popl %ebp
|
||||
ret
|
Loading…
Add table
Add a link
Reference in a new issue