Move everything to src
I am indecisive
This commit is contained in:
parent
d71037a775
commit
cc79e6bd01
5 changed files with 0 additions and 0 deletions
15
crti.s
15
crti.s
|
@ -1,15 +0,0 @@
|
|||
.section .init
|
||||
.global _init
|
||||
.type _init, @function
|
||||
_init:
|
||||
push %ebp
|
||||
movl %esp, %ebp
|
||||
# crtbegin.o's .init section goes here.
|
||||
|
||||
.section .fini
|
||||
.global _fini
|
||||
.type _fini, @function
|
||||
_fini:
|
||||
push %ebp
|
||||
movl %esp, %ebp
|
||||
# crtbegin.o's .fini section goes here.
|
Loading…
Add table
Add a link
Reference in a new issue