From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3716 invoked by alias); 29 Jul 2004 22:31:53 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3709 invoked from network); 29 Jul 2004 22:31:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 29 Jul 2004 22:31:53 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6TMVre3032757 for ; Thu, 29 Jul 2004 18:31:53 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6TMVqa09478; Thu, 29 Jul 2004 18:31:52 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1B9862B9D; Thu, 29 Jul 2004 18:31:48 -0400 (EDT) Message-ID: <41097AD3.1060700@gnu.org> Date: Thu, 29 Jul 2004 22:31:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: [commit/6.2] Mention mips-irix broken; Re: GDB 6.2 branch frozen References: <41080494.1060306@gnu.org> <20040728235303.GD1167@gnat.com> <41094AA3.9000900@gnu.org> <20040729204735.GI1167@gnat.com> <4109687F.7020708@gnu.org> <20040729212451.GJ1167@gnat.com> In-Reply-To: <20040729212451.GJ1167@gnat.com> Content-Type: multipart/mixed; boundary="------------050405000702010805040704" X-SW-Source: 2004-07/txt/msg00464.txt.bz2 This is a multi-part message in MIME format. --------------050405000702010805040704 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 666 I've committed the attached (this sort of late breaking news is exactly what PROBLEMS is for :-) Andrew >>Once the BFD patch is applied, what's next to fail? > > > I think the next biggie is the unwinder. But there is also the problem > with floats that cause GDB to SEGV. The last one is on my plate, but > the patch could still be applied as is. It might not be perfect (we > need to check) but at least it prevents the crash. > > References: > http://sources.redhat.com/ml/gdb-patches/2004-07/msg00288.html > http://sources.redhat.com/ml/gdb-patches/2004-07/msg00319.html > http://sources.redhat.com/ml/gdb-patches/2004-07/msg00310.html > --------------050405000702010805040704 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 833 2004-07-29 Andrew Cagney * PROBLEMS (mips-irix): Note that it is broken. Index: PROBLEMS =================================================================== RCS file: /cvs/src/src/gdb/PROBLEMS,v retrieving revision 1.31.2.4 diff -p -u -r1.31.2.4 PROBLEMS --- PROBLEMS 28 Jul 2004 19:51:42 -0000 1.31.2.4 +++ PROBLEMS 29 Jul 2004 22:28:37 -0000 @@ -39,6 +39,12 @@ complete, hitting Control-C does not hav The command execution is not aborted, and the "QUIT" message confirming the abortion is displayed only after the command has been completed. +mips-irix broken: + +Due to problems with both BFD (sections not being correctly +recognized) and GDB (backtraces failing), GDB 6.2 does not work on +MIPS IRIX. + *** C++ support gdb/931: GDB could be more generous when reading types C++ templates on input --------------050405000702010805040704--