This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.3 PATCH: Fix IRIX 6 O32 bootstrap failure with native as
Eric Christopher writes:
> > Fri Jul 19 01:52:38 2002 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
> >
> > * config/mips/mips.h (CONSTANT_ADDRESS_P): Remove TARGET_GAS
> > test.
> How interesting. Is there a different assembler for o32 on irix6?
Unfortunately yes: /usr/lib/as[01] for O32, /usr/lib32/cmplrs/asm for N32.
> Anyhow, I believe that n32/n64 support is moving quickly towards
> completion so I'd like to see a test for !(MIPS_AS and ABI_32) instead.
Ok, will do.
Rainer