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: [PATCH] adds FreeBSD/x86-64 target


On Thu, Jan 24, 2002 at 05:15:15PM -0800, Richard Henderson wrote:
> > +#undef  DEFAULT_PCC_STRUCT_RETURN
> > +#define DEFAULT_PCC_STRUCT_RETURN 0
> 
> This is almost certainly a mistake.  x86-64 code is already not
> call-compatible with any i386 code, so there is zero argument
> for "compatibility with older gcc versions".  All you are doing
> is making freebsd incompatible with everything else on x86-64.

The comment may be wrong for x86-64, but not putting this in will make
FreeBSD/x86-64 different from every other FreeBSD platform.  I would
rather keep consistency amoung FreeBSD platforms than other OS's on the
same platform.

-- 
-- David  (obrien@FreeBSD.org)


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