From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13605 invoked by alias); 8 Nov 2012 14:28:45 -0000 Received: (qmail 13593 invoked by uid 22791); 8 Nov 2012 14:28:44 -0000 X-SWARE-Spam-Status: No, hits=-7.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e24smtp03.br.ibm.com (HELO e24smtp03.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Nov 2012 14:28:33 +0000 Received: from /spool/local by e24smtp03.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 8 Nov 2012 12:28:30 -0200 Received: from d24dlp01.br.ibm.com (9.18.248.204) by e24smtp03.br.ibm.com (10.172.0.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 8 Nov 2012 12:28:27 -0200 Received: from d24relay02.br.ibm.com (d24relay02.br.ibm.com [9.13.184.26]) by d24dlp01.br.ibm.com (Postfix) with ESMTP id 6B7D53520054 for ; Thu, 8 Nov 2012 09:28:27 -0500 (EST) Received: from d24av03.br.ibm.com (d24av03.br.ibm.com [9.8.31.95]) by d24relay02.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qA8ESLPD40173808 for ; Thu, 8 Nov 2012 12:28:21 -0200 Received: from d24av03.br.ibm.com (loopback [127.0.0.1]) by d24av03.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qA8CSntI023309 for ; Thu, 8 Nov 2012 10:28:49 -0200 Received: from [9.8.14.78] ([9.8.14.78]) by d24av03.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id qA8CSnZx023297; Thu, 8 Nov 2012 10:28:49 -0200 Message-ID: <509BC18A.5070800@linux.vnet.ibm.com> Date: Thu, 08 Nov 2012 14:28:00 -0000 From: Edjunior Barbosa Machado User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Ulrich Weigand CC: gdb-patches@sourceware.org Subject: Re: [PATCH] Fix PLT call stub for ppc64 References: <201211081345.qA8DjSSw028514@d06av02.portsmouth.uk.ibm.com> In-Reply-To: <201211081345.qA8DjSSw028514@d06av02.portsmouth.uk.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12110814-9254-0000-0000-00000ABCB2CF 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: 2012-11/txt/msg00186.txt.bz2 On 11/08/2012 11:45 AM, Ulrich Weigand wrote: > You should call out the modified variables (ppc64_standard_linkage1 etc) > in the ChangeLog. Otherwise, this is OK. > Thanks again, Ulrich. Checked in with the suggested addition: * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2, ppc64_standard_linkage3): Mark ld r11 instructions as optional, following the change in PLT call stubs on linker. http://sourceware.org/ml/gdb-cvs/2012-11/msg00054.html Thanks, -- Edjunior