From: Rich Felker Date: Mon, 21 Feb 2011 00:07:19 +0000 (-0500) Subject: shave off 2 bytes from crt1.o _start X-Git-Tag: v0.7.0~68 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ba68efc921578438db5ab263edd2e9c4654bb412;p=oweals%2Fmusl.git shave off 2 bytes from crt1.o _start --- diff --git a/crt/i386/crt1.s b/crt/i386/crt1.s index 050adec8..8702052a 100644 --- 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