From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9662 invoked by alias); 2 Oct 2002 16:19:22 -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 9631 invoked from network); 2 Oct 2002 16:19:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 2 Oct 2002 16:19:21 -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 g92G0Ti31061 for ; Wed, 2 Oct 2002 12:00:29 -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 g92GJIf26272; Wed, 2 Oct 2002 12:19:18 -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 g92GJH909812; Wed, 2 Oct 2002 12:19:17 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g92GJB723216; Wed, 2 Oct 2002 09:19:11 -0700 Date: Wed, 02 Oct 2002 09:19:00 -0000 From: Kevin Buettner Message-Id: <1021002161911.ZM23215@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa:ppc} fix e500 struct return" (Oct 2, 12:06am) References: <3D9A70B1.9020706@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa:ppc} fix e500 struct return MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00057.txt.bz2 On Oct 2, 12:06am, Andrew Cagney wrote: > The attached fixes struct return address for the e500. Same problem as > with my previous patch for alloca_reg - needed to be biased. > > ok? Yes. Kevin