From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9410 invoked by alias); 22 Apr 2002 13:32:27 -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 8919 invoked from network); 22 Apr 2002 13:31:06 -0000 Received: from unknown (HELO dublin.ACT-Europe.FR) (212.157.227.154) by sources.redhat.com with SMTP; 22 Apr 2002 13:31:06 -0000 Received: from berlin.ACT-Europe.FR (berlin.int.act-europe.fr [10.10.0.169]) by dublin.ACT-Europe.FR (Postfix) with ESMTP id 3374A229EF3; Mon, 22 Apr 2002 15:31:05 +0200 (MET DST) Received: by berlin.ACT-Europe.FR (Postfix, from userid 507) id 1AC3295B; Mon, 22 Apr 2002 15:31:03 +0200 (CEST) Date: Mon, 22 Apr 2002 06:32:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: thorpej@wasabisystems.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFC] Get Alpha target to GDB_MULTI_ARCH_PARTIAL Message-ID: <20020422153103.E21070@act-europe.fr> References: <20020420095435.T1627@dr-evil.shagadelic.org> <3CC25054.9080104@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CC25054.9080104@cygnus.com>; from ac131313@cygnus.com on Sun, Apr 21, 2002 at 01:38:28AM -0400 X-SW-Source: 2002-04/txt/msg00789.txt.bz2 > BTW, RodneyB [.au] or JoelB [.fr] might have some true64 numbers. From > memory they are not briliant. True64 has a habit of triping up some of > the symtab bugs. Here are the numbers with today's sources on a Tru64 5.1A machine. I don't have a recent GCC, so I used a recent GNAT instead (based on a 2.8.1 backend): # of expected passes 6993 # of unexpected failures 789 # of unexpected successes 3 # of expected failures 149 # of unresolved testcases 64 # of unsupported tests 2 A few days ago, I had a slightly small number of passes: # of expected passes 6990 # of unexpected failures 792 # of unexpected successes 3 # of expected failures 149 # of unresolved testcases 64 # of unsupported tests 2 I should also mention that this multi-arching change broke alpha-nat.c. I made the minimal changes to allow it to compile again, and will post the patch very shortly. -- Joel