From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28215 invoked by alias); 2 Oct 2002 21:21:02 -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 28207 invoked from network); 2 Oct 2002 21:21:01 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 2 Oct 2002 21:21:01 -0000 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 541B98000E1; Wed, 2 Oct 2002 17:21:01 -0400 (EDT) Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7DB7E3ED5; Wed, 2 Oct 2002 17:21:05 -0400 (EDT) Message-ID: <3D9B6341.7060904@redhat.com> Date: Wed, 02 Oct 2002 14:21:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa:ppc} fix e500 struct return References: <3D9A70B1.9020706@redhat.com> <1021002161911.ZM23215@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00077.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. Thanks, I've checked them both in. Andrew