From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2952 invoked by alias); 2 Aug 2002 00:23:19 -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 2943 invoked from network); 2 Aug 2002 00:23:18 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 2 Aug 2002 00:23:18 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g720All25871 for ; Thu, 1 Aug 2002 20:10:47 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g720NDu11644; Thu, 1 Aug 2002 20:23:13 -0400 Received: from romulus.sfbay.redhat.com (IDENT:/2c3S8xHuDgobONZG0m2f60MfxwxBJQW@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g720NBm09208; Thu, 1 Aug 2002 17:23:12 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g720NAa31157; Thu, 1 Aug 2002 17:23:10 -0700 Date: Thu, 01 Aug 2002 17:23:00 -0000 From: Kevin Buettner Message-Id: <1020802002310.ZM31156@localhost.localdomain> In-Reply-To: Michael Snyder "Re: [RFA] mips-tdep.c: Set mips_default_saved_regsize to 8 for N32" (Aug 1, 4:53pm) References: <1020731225440.ZM24078@localhost.localdomain> <3D49C9F0.58A343FA@redhat.com> To: Michael Snyder , Kevin Buettner Subject: Re: [RFA] mips-tdep.c: Set mips_default_saved_regsize to 8 for N32 Cc: gdb-patches@sources.redhat.com, cagney@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00043.txt.bz2 On Aug 1, 4:53pm, Michael Snyder wrote: > > With this change in place, the following FAILs are fixed for n32: > > That's all? When I tried it, it fixed almost 300 fails for me, > and caused only one (possible) regression. This change was more critical than I remembered. You're right, it does fix a lot more failures than I listed. Kevin