From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8418 invoked by alias); 23 Jan 2013 20:04:55 -0000 Received: (qmail 8406 invoked by uid 22791); 23 Jan 2013 20:04:54 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Jan 2013 20:04:46 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0NK4fQW015255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 23 Jan 2013 15:04:41 -0500 Received: from psique (ovpn-113-154.phx2.redhat.com [10.3.113.154]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0NK4bwr004365; Wed, 23 Jan 2013 15:04:38 -0500 From: Sergio Durigan Junior To: "Ulrich Weigand" Cc: tdaitx@linux.vnet.ibm.com (Tiago =?utf-8?Q?St=C3=BCrmer?= Daitx), gdb-patches@sourceware.org, emachado@linux.vnet.ibm.com, Ulrich.Weigand@de.ibm.com Subject: Re: [PATCH] Fix printing functions with complex return on PPC64 References: <201301231929.r0NJTO61017509@d06av02.portsmouth.uk.ibm.com> X-URL: http://www.redhat.com Date: Wed, 23 Jan 2013 20:04:00 -0000 In-Reply-To: <201301231929.r0NJTO61017509@d06av02.portsmouth.uk.ibm.com> (Ulrich Weigand's message of "Wed, 23 Jan 2013 20:29:24 +0100 (CET)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2013-01/txt/msg00563.txt.bz2 On Wednesday, January 23 2013, Ulrich Weigand wrote: > Tiago Daitx wrote: > >> gdb/Changelog >>=20 >> 2012-11-01 Tiago St=C3=BCrmer Daitx >>=20 >> * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct >> type on float conversion for complex type. > > This is OK. I've committed the patch for Tiago, with fixes in the ChangeLog entry (wrong date, spaces instead of TABs). http://sourceware.org/ml/gdb-cvs/2013-01/msg00150.html Thanks, --=20 Sergio