Date: Thu, 13 Jan 2011 23:00:22 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/csu/i386-elf crt1_s.S Message-ID: <201101132300.p0DN0jww063286@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2011-01-13 23:00:22 UTC FreeBSD src repository Modified files: lib/csu/i386-elf crt1_s.S Log: SVN rev 217383 on 2011-01-13 23:00:22Z by kib The (%esp & 0xf) == 0 should be true before the call instruction is executed, for the properly aligned stack. Reported and tested by: rstone Pointy hat to: kib MFC after: 3 days Revision Changes Path 1.5 +1 -0 src/lib/csu/i386-elf/crt1_s.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101132300.p0DN0jww063286>