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.4 PATCH: Fix mips-sgi-irix6o32 bootstrap failure


> Eric,
>
> your patch
>
> 	http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01861.html
>
> broke bootstrap for the mips-sgi-irix6o32 configuration:

Nice ;-)

> sdbout.c failed to compile:
>
> gcc/sdbout.c:1602:55: macro "ASM_OUTPUT_SOURCE_LINE" requires 3 arguments,
> but only 2 given
>
> The following trivial patch fixes this.  This seems to be the only
> instance of that macro you overlooked.

I apologize for the breakage. I thought I had double-checked, but I probably 
got caught by the double definition of the macro in mips.h.

Thanks for fixing it for me!

-- 
Eric Botcazou


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