Date: Sat, 28 Apr 2001 12:36:21 -0400 Message-Id: <200104281636.MAA00748@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3AEAF6C8.19289.14FAA0A@localhost> (pavenis@lanet.lv) 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> 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 > 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. I would recommend the first. In fact, it used to be that way. 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__ ? It was only intended to remove the ones without underscores, since they violated ANSI.