Committed, cris.h: various unimportant stuff.

Hans-Peter Nilsson hp@bitrange.com
Sat Mar 8 17:34:00 GMT 2003


On Sat, 8 Mar 2003, Neil Booth wrote:
> Hans-Peter Nilsson wrote:-
>
> > Flushing some local fixes.  The "-$" hasn't been necessary for a long
> > time.
> >
> > 	* config/cris/cris.h: Remove EGCS references.
> >  	(CPP_SPEC): Remove "-$".
> > 	(INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
>
> While you're doing SPEC stuff on cris, can I ask you to get rid of
> CPP_PREDEFINES?

Yes you may. :-)  I'm on it.
BTW, consider following coding conventions, e.g.:

+ #define TARGET_OS_CPP_BUILTINS()		\
+   do						\
+     {						\
+       builtin_define ("__AOUT__");		\
+     }						\
+   while (0)
+

brgds, H-P



More information about the Gcc-patches mailing list