From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32665 invoked by alias); 21 Jun 2006 11:37:30 -0000 Received: (qmail 32655 invoked by uid 22791); 21 Jun 2006 11:37:29 -0000 X-Spam-Check-By: sourceware.org Received: from wsip-24-248-2-174.ph.ph.cox.net (HELO public.ninemoons.com) (24.248.2.174) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 Jun 2006 11:37:26 +0000 Received: from ph.diveadx.com ([208.255.96.17]) by public.ninemoons.com (8.13.6/8.13.4) with ESMTP id k5LBaxkF026503; Wed, 21 Jun 2006 04:37:04 -0700 Received: from [192.168.2.149] (unknown [192.168.2.149]) by ph.diveadx.com (Postfix) with ESMTP id 5114FDFCE2; Wed, 21 Jun 2006 07:03:02 -0400 (EDT) From: Fred Fish Reply-To: fnf@diveadx.com To: Michael Snyder Subject: Re: [RFA] replace stub fn mips_eabi_return_value Date: Wed, 21 Jun 2006 11:37:00 -0000 User-Agent: KMail/1.9.1 Cc: Joel Brobecker , GDB Patches References: <447E2CF3.4070102@redhat.com> In-Reply-To: <447E2CF3.4070102@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606210704.53418.fnf@diveadx.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00311.txt.bz2 On Wednesday 31 May 2006 19:55, Michael Snyder wrote: > ... just as Fred Fish recently did for the o64 version. BTW, I added this patch to my source tree, built a mipsisa64-elf toolchain, and ran it with the following multilibs: mips-sim-idt64/eb/hard-float mips-sim-idt64/eb/hard-float/-mips32 mips-sim-idt64/eb/hard-float/-mips32r2 mips-sim-idt64/eb/soft-float mips-sim-idt64/eb/soft-float/-mips32 mips-sim-idt64/eb/soft-float/-mips32r2 mips-sim-idt64/el/hard-float mips-sim-idt64/el/hard-float/-mips32 mips-sim-idt64/el/hard-float/-mips32r2 mips-sim-idt64/el/soft-float mips-sim-idt64/el/soft-float/-mips32 mips-sim-idt64/el/soft-float/-mips32r2 The results improved dramatically from the previous run: < # of expected passes 101779 < # of unexpected failures 8279 --- > # of expected passes 105697 > # of unexpected failures 4347 -Fred