From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6022 invoked by alias); 17 Apr 2013 14:55:59 -0000 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 Received: (qmail 6011 invoked by uid 89); 17 Apr 2013 14:55:58 -0000 X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 17 Apr 2013 14:55:58 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Wed, 17 Apr 2013 15:55:55 +0100 Received: from [10.1.69.62] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 17 Apr 2013 15:55:52 +0100 Message-ID: <516EB7F8.9000304@arm.com> Date: Wed, 17 Apr 2013 20:33:00 -0000 From: Yufeng Zhang User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Joel Brobecker CC: Marcus Shawcroft , "gdb-patches@sourceware.org" Subject: Re: unnecessary aarch64_write_pc ? References: <20130415125021.GB3525@adacore.com> <516EB29D.2030409@arm.com> <20130417143744.GG3525@adacore.com> In-Reply-To: <20130417143744.GG3525@adacore.com> X-MC-Unique: 113041715555515901 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-04/txt/msg00535.txt.bz2 On 04/17/13 15:37, Joel Brobecker wrote: >> Thanks for the heads up; yes, aarch64_write_pc doesn't appear >> necessary. I've prepared the attached patch to remove the function. > > Awesome, thanks for confirming. The patch is approved if you throw in > a ChangeLog entry :). Thanks for the approval. The patch has been committed with the=20 following changelog entry: * aarch64-tdep.c (aarch64_write_pc): Removed. (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above function. Thanks, Yufeng