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:
3075f7e
)
shave off 2 bytes from crt1.o _start
author
Rich Felker
<dalias@aerifal.cx>
Mon, 21 Feb 2011 00:07:19 +0000
(19:07 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 21 Feb 2011 00:07:19 +0000
(19:07 -0500)
crt/i386/crt1.s
patch
|
blob
|
history
diff --git
a/crt/i386/crt1.s
b/crt/i386/crt1.s
index 050adec8840a3121cf33f490b3dc03465b748eaa..8702052a75f330f4985e1a70e9af241a5e55884d 100644
(file)
--- a/
crt/i386/crt1.s
+++ b/
crt/i386/crt1.s
@@
-8,8
+8,8
@@
_start:
pushl %esp
pushl %esp
pushl %edx
- pushl
$0
- pushl
$0
+ pushl
%ebp
+ pushl
%ebp
pushl %eax
pushl %ecx
pushl $main