From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 588 invoked by alias); 2 Oct 2015 12:30:35 -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 549 invoked by uid 89); 2 Oct 2015 12:30:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-la0-f50.google.com Received: from mail-la0-f50.google.com (HELO mail-la0-f50.google.com) (209.85.215.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 02 Oct 2015 12:30:31 +0000 Received: by laclj5 with SMTP id lj5so91577887lac.3; Fri, 02 Oct 2015 05:30:27 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.202.35 with SMTP id kf3mr5474008lbc.19.1443789027803; Fri, 02 Oct 2015 05:30:27 -0700 (PDT) Received: by 10.25.165.142 with HTTP; Fri, 2 Oct 2015 05:30:27 -0700 (PDT) In-Reply-To: <1443785039-24602-2-git-send-email-yao.qi@linaro.org> References: <1443785039-24602-1-git-send-email-yao.qi@linaro.org> <1443785039-24602-2-git-send-email-yao.qi@linaro.org> Date: Fri, 02 Oct 2015 12:30:00 -0000 Message-ID: Subject: Re: [PATCH 1/3] [aarch64] Remove argument pc from disas_aarch64_insn From: Marcus Shawcroft To: Yao Qi Cc: "gdb-patches@sourceware.org" , "binutils@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00019.txt.bz2 On 2 October 2015 at 12:23, Yao Qi wrote: > I happen to see that argument pc is not used inside disas_aarch64_insn > at all. This patch is to remove it. > > OK to apply? > > opcodes: > > 2015-10-01 Yao Qi > > * aarch64-dis.c (disas_aarch64_insn): Remove argument PC. > (print_insn_aarch64_word): Caller updated. Ok /Marcus