From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8921 invoked by alias); 2 Oct 2002 16:18:34 -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 8890 invoked from network); 2 Oct 2002 16:18:30 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 2 Oct 2002 16:18:30 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g92Fxci30708 for ; Wed, 2 Oct 2002 11:59:38 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g92GISf25923; Wed, 2 Oct 2002 12:18:28 -0400 Received: from localhost.localdomain (vpn50-3.rdu.redhat.com [172.16.50.3]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g92GIR909703; Wed, 2 Oct 2002 12:18:27 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g92GIMn23177; Wed, 2 Oct 2002 09:18:22 -0700 Date: Wed, 02 Oct 2002 09:18:00 -0000 From: Kevin Buettner Message-Id: <1021002161822.ZM23176@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa/ppc] correctly bias alloca_reg" (Oct 1, 10:58pm) References: <3D9A60C4.1040906@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa/ppc] correctly bias alloca_reg MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00056.txt.bz2 On Oct 1, 10:58pm, Andrew Cagney wrote: > The attached patch fixes the regnum value assigned to alloca_reg so that > it is baised by gpr0's regnum value The code was assuming that GPR 32, > for instance had a regnum of 31 :-( > > It fixes the failure: > gdb.base/call-ar-st.exp: check args of sum_array_print > for the e500. > > ok? Yes. Thanks, Kevin