From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96499 invoked by alias); 12 Jan 2017 12:21:39 -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 96461 invoked by uid 89); 12 Jan 2017 12:21:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:AES128-SHA, sk:mep_gdb, print_insn_mep, =e5=b0=a7?= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wm0-f68.google.com Received: from mail-wm0-f68.google.com (HELO mail-wm0-f68.google.com) (74.125.82.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Jan 2017 12:21:35 +0000 Received: by mail-wm0-f68.google.com with SMTP id l2so3310738wml.2; Thu, 12 Jan 2017 04:21:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=Tni3UQ5kwwKJxADROubz6fF2UZ3Q4EGwfB2xNr0bTng=; b=NAnKqKzuW1OKWr02ZKRGVAJI1Xr+nuebgBPU6e4NPY46QTVbTlStqtKAlhh0BP+Q2b c89/q1lp1vJzQoEweLSNoA/H5qadIrsZ6jyF4b63SRIUtzVyQDC0bI5/Xq42qHkahNTl R0sVBJFhHLyhvdxYP+hD05/aAnzDFwpKq3vgtOH5ecd0J/GPT8atwGZ1YYbFpUlrjFMA /yR05NzDqfzhHvmExC5PFlyB6fV8wNkso1qfvOcoXuhoqwniFTkNZ/MsMeWGocSy9jLn 2I9YxL89+KsxBk5YMYSAuyFUzlg7gjLUMZpXSflKXGA+qvR/dQL8bJKXQJZtyWD7rMbL wDvQ== X-Gm-Message-State: AIkVDXKTQxB31M1CMDxy280b16pbBTTJsiyNs2jWSc/gkwl9sO6OXoNcCwyAr5rLNRSYBA== X-Received: by 10.223.172.168 with SMTP id o37mr7138038wrc.21.1484223693882; Thu, 12 Jan 2017 04:21:33 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id x7sm13430705wjp.18.2017.01.12.04.21.31 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 12 Jan 2017 04:21:33 -0800 (PST) Date: Thu, 12 Jan 2017 12:21:00 -0000 From: Yao Qi To: Simon Marchi Cc: binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: [PATCH 2/8] Call print_insn_mep in mep_gdb_print_insn Message-ID: <20170112122122.GD31406@E107787-LIN> References: <1484051178-16013-1-git-send-email-yao.qi@linaro.org> <1484051178-16013-3-git-send-email-yao.qi@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00218.txt.bz2 On 17-01-11 15:50:32, Simon Marchi wrote: > > Does the comment above mep_gdb_print_insn need to be changed? > Yes. > /* The mep disassembler needs to know about the section in order to > work correctly. */ > I removed it locally. -- Yao (齐尧)