From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <9801112020.AA04993@clio.rice.edu> Subject: Re: 8-byte stack alignment again To: dj AT delorie DOT com (DJ Delorie) Date: Sun, 11 Jan 1998 14:20:28 -0600 (CST) Cc: djgpp-workers AT delorie DOT com In-Reply-To: <199801111921.OAA26021@delorie.com> from "DJ Delorie" at Jan 11, 98 02:21:58 pm Content-Type: text Precedence: bulk > 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)! Yes. I suggest adding a "pushl %eax" or something to align it.