From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2171 invoked by alias); 22 Sep 2003 23:23:09 -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 2104 invoked from network); 22 Sep 2003 23:23:08 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 Sep 2003 23:23:08 -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 h8MNN6119215 for ; Mon, 22 Sep 2003 19:23:07 -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 h8MNN6c10856 for ; Mon, 22 Sep 2003 19:23:06 -0400 Received: from localhost.localdomain (vpn50-12.rdu.redhat.com [172.16.50.12]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h8MNN5VG010652; Mon, 22 Sep 2003 19:23:05 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h8MNN0v30082; Mon, 22 Sep 2003 16:23:00 -0700 Date: Mon, 22 Sep 2003 23:23:00 -0000 From: Kevin Buettner Message-Id: <1030922232300.ZM30081@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa:ppc64] Fix return value" (Sep 20, 8:36pm) References: <3F6CF27D.9040500@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa:ppc64] Fix return value MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00491.txt.bz2 On Sep 20, 8:36pm, Andrew Cagney wrote: > Note the way I implemented it - the above wrap a generic > ppc64_sysv_abi_return_value function and that handles all cases. I was Nice. > finding that the more traditional technique (per my ppc post) was too > error proned. Converting it to this style caused several mysterious > regressions to mysteriously disappear. > > I'm thinking of proposing that this technique become the norm. > > Anyway, ok to commit? Yes, okay. Kevin