mips cc1 spec vs. fp reg defines vs. assembly code
Eric Christopher
echristo@redhat.com
Sun Jun 9 13:54:00 GMT 2002
On Sun, 2002-06-09 at 13:19, Neil Booth wrote:
> Eric Christopher wrote:-
>
> > + if (preprocessing_asm_p ()) \
> > + { \
> > + builtin_define_std ("LANGUAGE_ASSEMBLY"); \
> > + builtin_define_std ("_LANGUAGE_ASSEMBLY"); \
> > + } \
> > + else if (c_language == clk_c) \
> > + { \
> > + builtin_define_std ("LANGUAGE_C"); \
> > + builtin_define_std ("_LANGUAGE_C"); \
>
> The _std's are not wanted for the 2 "_LANGUAGE" versions.
doh. Thought I changed that. Thanks :)
-eric
--
I will not carve gods
More information about the Gcc
mailing list