projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ee1bd
)
cleanup comment cruft in startup code
author
Rich Felker
<dalias@aerifal.cx>
Tue, 22 Feb 2011 03:27:35 +0000
(22:27 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 22 Feb 2011 03:27:35 +0000
(22:27 -0500)
crt/i386/crt1.s
patch
|
blob
|
history
diff --git
a/crt/i386/crt1.s
b/crt/i386/crt1.s
index 4d5f572fee958e11736f54218981b5443274e898..3e88c7850635c7e5511bc2ac7dac7e8025b53e86 100644
(file)
--- a/
crt/i386/crt1.s
+++ b/
crt/i386/crt1.s
@@
-14,6
+14,5
@@
_start:
pushl %ecx
call 1f
1: addl $[main-.],(%esp)
- //pushl $main
call __libc_start_main
1: jmp 1b