This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: About the alignment of main
- From: Kean Johnston <jkj at sco dot com>
- To: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Sat, 15 Oct 2005 20:42:55 -0700
- Subject: Re: About the alignment of main
- References: <4351AE1C.1010704@sco.com>
- Reply-to: jkj at sco dot com
Intuitively, it seems like that would work. Comments? Suggestions?
Never mind ... forget that last mail.
It's %ebp that needs to be aligned not %esp and I really do
need to do that in the crt stuff so that the original stack
frame pre-main is correct.
Kean