This is the mail archive of the gcc-patches@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: 3.3.1 PATCH: Fix mips-sgi-irix6o32 bootstrap failure


> 
> With those two fixes applied, the 3.3 branch finishes bootstrapping the
> compiler proper (both with native as and gas), but still ICEs later when
> compiling libf2c/libI77/uio.c.  I'll submit a PR for this shortly.
> 

cc me on this please when you do.

> The first part of the patch applies to mainline as well (bootstrap still in
> progress), the second part doesn't apply and has most likely been obsoleted
> by the mips rewrite work.
> 
> Ok for 3.3 branch and mainline?

Yes (if my approval is good enough) and yes.

> Tue May 27 21:33:11 2003  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
> 
> 	* config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
> 	-mdebug/-no-mdebug switches ...
> 	(MDEBUG_ASM_SPEC): ... here.
> 	Use only with gas.
> 	(EXTRA_SPECS): Initialize mdebug_asm_spec.
> 	(CONSTANT_ADDRESS_P): Allow native IRIX 6 O32 assembler.

> +/* ??? SGI IRIX 6 assembler fails for CONST address, so reject them
> +   when !TARGET_GAS.  At least the IRIX 6 O32 assembler has no problem,
> +   though.  */

Fix this comment though :)

-eric

-- 
Eric Christopher <echristo@redhat.com>


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