Date: Sun, 25 Jul 1999 11:09:59 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com cc: Andris Pavenis Subject: Stack alignment Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Jeffrey Law wrote on the gcc-bugs mailing list that gcc 2.95 attempts to keep the stack aligned to a 128-bit boundary. Does this mean that we need to bump up the stack alignment to 16-byte boundary as well? It's currently 8-byte aligned by the startup code.