Subject: Re: new toolchain updates.
To: matthew green <mrg@eterna.com.au>
From: Andrew Cagney <cagney@mac.com>
List: tech-toolchain
Date: 07/24/2001 11:26:49
> hi folks.
>
>
> FYI:
>
>
> i've got the new gcc/libgcc/libiberty bits building & working on the sparc &
> sparc64. on the pmax (mipsel), they build happily, but don't work. i'm
> working on a patch for gcc/config/mips/netbsd.h to update it to reality, but
> it is not finished yet. hopefully it will be shortly.
Check a rececent e-mail discussion on gdb@sources.cygnus.com and the
port-pmax lists about ABIs. I'm not sure what ABI the LE PMAX uses but
I'd tread carefully and check forward/backward compatibility of the
code. In particular, struct passing.
Andrew