This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [fortinj@ibm.net: New snapshots]



> 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.