From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eli Zaretskii" To: ro@TechFak.Uni-Bielefeld.DE Cc: gdb-patches@sources.redhat.com Subject: Re: 5.1 PATCH: Allow gdb to link on mips-sgi-irix5.3 Date: Fri, 27 Jul 2001 07:25:00 -0000 Message-id: <4634-Fri27Jul2001172330+0300-eliz@is.elta.co.il> References: <15200.36561.946734.92731@xayide.TechFak.Uni-Bielefeld.DE> <9743-Fri27Jul2001120548+0300-eliz@is.elta.co.il> <15201.22181.545436.593017@xayide.TechFak.Uni-Bielefeld.DE> X-SW-Source: 2001-07/msg00673.html > From: Rainer Orth > Date: Fri, 27 Jul 2001 13:55:17 +0200 (MEST) > > While a mips-sgi-irix6.2 configuration is able to debug the O32-with-stabs > hello-gcc that fails in the mips-sgi-irix5.3 configuration, the > O32-with-mdebug binary still triggers the same internal error reported with > my patch. Which message is that, this: /vol/gnu/src/gdb/src/gdb/regcache.c:281: gdb-internal-error: legacy_read_register_gen: Assertion `regnum >= 0 && regnum < (NUM_REGS + NUM_PSEUDO_REGS)' failed. or this: /vol/gnu/src/gdb/src/gdb/mdebugread.c:2443: gdb-internal-error: sect_index_data not initialized I'd expect the former not to appear (that was one of the bugs I fixed in the Irix 6.x config).