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: SCO OpenServer / UnixWare port update


On Fri, Oct 14, 2005 at 04:22:14PM -0700, Kean Johnston wrote:
> >Because in some cases sizeof(_Unwind_Ptr) != sizeof(_Unwind_Word).
> >You should remember that this is, in effect,
> >
> >  return (_Unwind_Word)(_Unwind_Ptr) context->cfa;
> >
> >which is in fact exactly what I wanted.  This is important for
> >systems like MIPS n32, and some SH5 variants.
> Aha. Ok then, can I make it explicitly do that? I had a
> bootstrap error using the native cc becuase it didn't like
> the implied conversion.

Er - this is part of libgcc isn't it?  Why the heck are you building it
with the native cc?

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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