From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5486 invoked by alias); 17 Aug 2005 00:25:55 -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 5350 invoked by uid 22791); 17 Aug 2005 00:25:41 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 17 Aug 2005 00:25:41 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j7H0PeN4031373 for ; Tue, 16 Aug 2005 20:25:40 -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 j7H0PeV28740 for ; Tue, 16 Aug 2005 20:25:40 -0400 Received: from localhost.localdomain (vpn50-47.rdu.redhat.com [172.16.50.47]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j7H0PdsH016243 for ; Tue, 16 Aug 2005 20:25:39 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j7H0PYQB003839 for ; Tue, 16 Aug 2005 17:25:34 -0700 Date: Wed, 17 Aug 2005 00:37:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix broken sysv return value code on powerpc Message-ID: <20050816172534.5261f8f1@ironwood.lan> In-Reply-To: <200508161723.j7GHNF07006802@elgar.sibelius.xs4all.nl> References: <200508161723.j7GHNF07006802@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-08/txt/msg00194.txt.bz2 On Tue, 16 Aug 2005 19:23:15 +0200 (CEST) Mark Kettenis wrote: > * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Fix the code that > deals with the broken GCC convention. Okay. Kevin