Subject: Re: mipsel-netbsd-gcc seems to work now.
To: matthew green <mrg@eterna.com.au>
From: Andrew Cagney <ac131313@cygnus.com>
List: tech-toolchain
Date: 07/24/2001 12:04:08
> hi folks.
> 
> 
> i've just commited the final bits to make mipsel-netbsd-gcc work, at
> least for programs and the kernel.  real c++ testing can only come
> after the gcc libs are available...


Matthew,

A word of caution.  I'd carefully check what this GCC outputs when it 
comes to parameter passing small structs.  I recently came across a 
querk in GCC (see posting to port-pmax) where small (less than 4 byte) 
structs were left shifted on a LE o32 ABI.  I'm not sure what ABI PMAX 
NetBSD uses and if this is relevant, however, do take care.

	Andrew