Calling a MIPS maintainer (was Re: GCC build failed for mips-elf with your patch on 2002-06-18T19:37:45Z.)

H . J . Lu hjl@lucon.org
Tue Jun 18 21:05:00 GMT 2002


On Tue, Jun 18, 2002 at 09:25:40PM -0400, Phil Edwards wrote:
> 
> I think this is what HJ was sort of trying to do with the <sgidefs.h>
> header or whatever it was called, followed by
> 
>     #if _MIPS_ISA > some_magic_number
>     use assembly
>     #else
>     do something generic
>     #endif
> 
> in config/cpu/mips/bits/atomicity.h.  Of course, anything that didn't have
> <sgidefs.h> broke, thus the patch was reverted and MIPS went back to the
> generic routines.
> 

That was my old patch. I have submitted a new one which only includes
<sgidefs.h> if _MIPS_ISA is defined. Please check out the archive.


H.J.



More information about the Gcc mailing list