From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19019 invoked by alias); 3 Jul 2003 00:44:32 -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 19012 invoked from network); 3 Jul 2003 00:44:31 -0000 Received: from unknown (HELO mailhost.intrinsity.com) (208.246.32.130) by sources.redhat.com with SMTP; 3 Jul 2003 00:44:31 -0000 Received: from victoria.intrinsity.com (victoria.eng.intrinsity.com [192.168.1.29]) by mailhost.intrinsity.com (Postfix) with ESMTP id 315983F385; Wed, 2 Jul 2003 19:44:31 -0500 (CDT) Received: from bletchley.vert.intrinsity.com (bletchley.vert.intrinsity.com [192.168.3.33]) by victoria.intrinsity.com (Postfix) with ESMTP id 039DB4586C; Wed, 2 Jul 2003 19:44:29 -0500 (CDT) Received: by bletchley.vert.intrinsity.com (Postfix, from userid 621) id 814D18B5FD; Thu, 3 Jul 2003 00:44:29 +0000 (UTC) Subject: Re: [RFA] Testing REGISTER_NAME in mips-linux-nat.c To: drow@mvista.com (Daniel Jacobowitz) Date: Thu, 03 Jul 2003 00:44:00 -0000 Cc: ac131313@redhat.com (Andrew Cagney), fnf@intrinsity.com (Fred Fish), gdb-patches@sources.redhat.com Reply-To: fnf@intrinsity.com (Fred Fish) In-Reply-To: <20030628183631.GA25309@nevyn.them.org> from "Daniel Jacobowitz" at Jun 28, 2003 02:36:31 PM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030703004429.814D18B5FD@bletchley.vert.intrinsity.com> From: fnf@intrinsity.com (Fred Fish) X-SW-Source: 2003-07/txt/msg00063.txt.bz2 > Fred, my mips-linux box is offline at the moment, so I can't test > this. Could you try the attached patch and let me know if it works? Sorry it took so long, I was having some issues with my test environment also. I ran the gdb testsuite with my patch installed and then with your patch, and the results are much better with yours. Here are the differences in the resulting gdb.sum files: === gdb Summary === ! # of expected passes 8375 ! # of unexpected failures 596 # of expected failures 51 ! # of known failures 24 ! # of unresolved testcases 18 # of untested testcases 9 # of unsupported tests 2 --- 9416,9425 ---- === gdb Summary === ! # of expected passes 8958 ! # of unexpected failures 99 # of expected failures 51 ! # of known failures 26 # of untested testcases 9 # of unsupported tests 2 -Fred