This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [m68k] Restore some original predefines and cleanup m68k target flags


On Fri, Sep 19, 2003 at 05:37:46AM +0200, Bernardo Innocenti wrote:
> - Drop the perverse TARGET_RTD and TARGET_REGPARM
>   flags, both of which were not functional anyway.

  Are you sure that TARGET_RTD wasn't functional?

> 	if (TARGET_68881)			\
> 	  builtin_define ("__HAVE_68881__");	\

  Maybe a test for (TARGET_DEFAULT & TARGET_68881) && would be useful?

> -/* TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.  */
> +/* TARGET_DEFAULT is defined in sun*.h and isi.h, etc.  */

  TARGET_DEFAULT should be defined in config.gcc nowadays.

  Gunther


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]