From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30129 invoked by alias); 6 Aug 2002 03:14:04 -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 30122 invoked from network); 6 Aug 2002 03:14:03 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 6 Aug 2002 03:14:03 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C17253C90; Mon, 5 Aug 2002 23:14:02 -0400 (EDT) Message-ID: <3D4F3EFA.1020306@ges.redhat.com> Date: Mon, 05 Aug 2002 20:14:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020802 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: Kevin Buettner , gdb-patches@sources.redhat.com, cagney@redhat.com Subject: Re: [RFA] mips-tdep.c: Set mips_default_saved_regsize to 8 for N32 References: <1020731225440.ZM24078@localhost.localdomain> <3D49C9F0.58A343FA@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00113.txt.bz2 > 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. > > Andrew, I'd recommend this one for approval. Surely setting > it to 4 for N32 was an oversight? I'd suspect a multi-arch conversion error. Yes, ok. It is definitly more correct then ``4''. Andrew