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] fix FreeBSD/sparc64 cross build and usability


On Thu, Feb 28, 2002 at 02:47:25PM +0100, Andreas Schwab wrote:
> |> > Index: freebsd.h
> |> > ===================================================================
> |> > RCS file: /cvs/gcc/egcs/gcc/config/sparc/freebsd.h,v
> |> > retrieving revision 1.3
> |> > diff -u -r1.3 freebsd.h
> |> > --- freebsd.h	2002/02/09 21:51:56	1.3
> |> > +++ freebsd.h	2002/02/27 22:32:49
> |> > @@ -91,7 +91,7 @@
> |> >  
> |> >  #undef  TARGET_DEFAULT
> |> >  #define TARGET_DEFAULT \
> |> > -  (MASK_V9 + MASK_64BIT + MASK_PTR64 + MASK_FASTER_STRUCTS \
> |> > +  (MASK_V9 + MASK_64BIT + MASK_PTR64 + /* MASK_FASTER_STRUCTS */ \
> |> >     + MASK_STACK_BIAS + MASK_APP_REGS + MASK_EPILOGUE + MASK_FPU \
> |> 
> |> Will that work?  You now have "+ +" in there.
> 
> It is at least syntactically correct, the first one being the binary +
> and the second the unary +.

It worked, but of course the 2nd `+' really should have made it inside
the comment (and I'll move it there if the OK comes to commit).
 
-- 
-- David  (obrien@FreeBSD.org)


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