Date: Wed, 13 Jun 2001 15:12:40 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: pavenis AT lanet DOT lv cc: djgpp-workers AT delorie DOT com Subject: Re: GCC-3.0 related problem with src/libc/stubs/stubXXXX.S In-Reply-To: <3B277595.25597.40015F@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 13 Jun 2001 pavenis AT lanet DOT lv wrote: > > Does it help to use -traditional when compiling stub*.S files? If it > > does, I'd prefer to use tradcpp for the stubs until they fix this in the > > mainline version. > > tradcpp doesn't have this bug > but tradcpp doesn't like options -remap and -imacros. Does that mean that -remap and -imacros don't work with "gcc -traditional"? If that is indeed so, I guess we have no other choice but to modify the stubs as you suggested originally. Tweaking specs for this is too gross, IMHO, and might also cause compatibility problems in the long run.