This is the mail archive of the gcc@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: Calling a MIPS maintainer (was Re: GCC build failed for mips-elf with your patch on 2002-06-18T19:37:45Z.)


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.


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