Date: Sat, 28 Apr 2001 21:04:31 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <6480-Sat28Apr2001210431+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 In-reply-to: <200104281636.MAA00748@envy.delorie.com> (message from DJ Delorie on Sat, 28 Apr 2001 12:36:21 -0400) Subject: Re: gcc-3.0 related patches for DJGPP CVS version References: <3AE96E9B DOT 10268 DOT B1244D AT localhost> (pavenis AT lanet DOT lv) <3AEAF6C8 DOT 19289 DOT 14FAA0A AT localhost> <200104281636 DOT MAA00748 AT envy DOT delorie DOT com> 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 > Date: Sat, 28 Apr 2001 12:36:21 -0400 > From: DJ Delorie > > > I see 2 possible places where to add them: > > 1) gcc/config/i386/djgpp.h > > 2) sys/version.h in djdevXXX > > For end user both are identical. > > The second may not get invoked depending on the end user's sources. In addition, sys/version.h doesn't come with the GCC distribution, so if someone doesn't upgrade their djdev, they won't have __GO32__ and __unix__. > 2001-01-02 Mark Elbrecht > > * config/i386/djgpp.h (DWARF2_DEBUGGING_INFO): Define. > (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_ASM_OP): Define. > (UNALIGNED_SHORT_ASM_OP): Define. > (CPP_PREDEFINES): Remove defines for GO32 and DJGPP. > > That was the patch that "fixed" gcc. Perhaps the patch should > re-introduce at least __GO32__ and __DJGPP__ ? What, __DJGPP__ is also gone?