Date: Mon, 12 Jan 1998 11:24:23 +0200 (IST) From: Eli Zaretskii To: DJ Delorie cc: djgpp-workers AT delorie DOT com, andrewc AT rosemail DOT rose DOT hp DOT com Subject: Re: 8-byte stack alignment again In-Reply-To: <199801111921.OAA26021@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 11 Jan 1998, DJ Delorie wrote: > Won't the call make the stack 4-byte aligned again? I think it does, > which would make pgcc code run at *worst* case (always unaligned)! Doesn't compiling crt1.c with -malign-double fix this? I thought -malign-double exists exactly for this reason, no?