Date: Fri, 27 Apr 2001 16:23:51 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: pavenis AT lanet DOT lv Message-Id: <4331-Fri27Apr2001162351+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3AE96E9B.10268.B1244D@localhost> (pavenis@lanet.lv) Subject: Re: gcc-3.0 related patches for DJGPP CVS version References: <3AE96E9B DOT 10268 DOT B1244D AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: pavenis AT lanet DOT lv > Date: Fri, 27 Apr 2001 13:05:31 +0300 > > 5) for zoneinfo/src/zic.c changed '#ifdef unix' to > '#if def ined(unix) || defined(__DJGPP__)'. At least current CVS version > of gcc-3.0 doesn't define unix for DJGPP (unless I'm modifying specs) > > 6) removed #ifdef __GO32__ (it was also not defined) These two bother me. Why doesn't GCC 3.0 define them? There are ports out there which depend on these definitions. > -MD > -O2 > ! -m486 > -malign-loops=2 > -malign-jumps=2 > -malign-functions=2 > --- 1,7 ---- > -MD > -O2 > ! -march=i386 > ! -mcpu=pentium > -malign-loops=2 > -malign-jumps=2 > -malign-functions=2 Shouldn't we revise the -malign-* switches as well? I think these switches generate suboptimal code.