Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Date: Sat, 24 Apr 1999 21:12:07 -0400 Message-Id: <199904250112.VAA07134@envy.delorie.com> From: DJ Delorie To: khan AT xraylith DOT wisc DOT EDU CC: cygwin-developers AT sourceware DOT cygnus DOT com In-reply-to: <199904250108.UAA09494@modi.xraylith.wisc.edu> (message from Mumit Khan on Sat, 24 Apr 1999 20:08:51 -0500) Subject: Re: [fortinj AT ibm DOT net: New snapshots] References: <199904250108 DOT UAA09494 AT modi DOT xraylith DOT wisc DOT edu> > Could you please forward the patch to me as well? This is a side effect > of the recent stack alignment patch John Wehle. Take out or uncomment this line in gcc/config/i386.h: #define PREFERRED_STACK_BOUNDARY 128 That will disable it for every function, not just stdcalls. The right solution would be to disable it just for stdcalls.