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 From: fortinj AT ibm DOT net Message-ID: <37247C45.CC82329D@ibm.net> Date: Mon, 26 Apr 1999 10:46:29 -0400 Reply-To: fortinj AT ibm DOT net X-Sender: "" <@smtp-gw01.ny.us.ibm.net> (Unverified) X-Mailer: Mozilla 4.5 [en]C-gatewaynet (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "cygwin-developers AT sourceware DOT cygnus DOT com" Subject: Re: [fortinj AT ibm DOT net: New snapshots] References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit All, I'm assuming this patch requires a bebuild of egcs. Is this the 1.1.2 version available (source, that is) at Mumit's site? Thanks, John Fortin fortinj AT ibm DOT net Mumit Khan wrote: > > On Sat, 24 Apr 1999, DJ Delorie wrote: > > > > > > 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. > > > > I'm currently bootstrapping using Richard Henderson's patch (actually 2 > patches), and so far it looks it's doing the right thing. > > Mumit