From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68208 invoked by alias); 11 Dec 2017 15:24:40 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 68135 invoked by uid 89); 11 Dec 2017 15:24:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:571, HContent-Transfer-Encoding:8bit X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 11 Dec 2017 15:24:34 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3CBA3356E4; Mon, 11 Dec 2017 15:24:33 +0000 (UTC) Received: from [10.36.116.220] (ovpn-116-220.ams2.redhat.com [10.36.116.220]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5D3D946E80; Mon, 11 Dec 2017 15:24:32 +0000 (UTC) Subject: Re: [Binutils][Objdump]Check symbol section information while search a mapping symbol backward. To: Renlin Li , "binutils@sourceware.org" , Ramana Radhakrishnan , Richard Earnshaw References: <1e943561-5e7d-cc15-6941-cc5f8b0a7a22@foss.arm.com> From: Nick Clifton Message-ID: <60525d5c-644f-1120-38e3-548129977a03@redhat.com> Date: Mon, 11 Dec 2017 15:24:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1e943561-5e7d-cc15-6941-cc5f8b0a7a22@foss.arm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00094.txt.bz2 Hi Renlin, > opcodes/ChangeLog: > > 2017-12-11  Petr Pavlu  > 2017-12-11  Renlin Li  > >     * aarch64-dis.c (print_insn_aarch64): Move symbol section check ... >     (get_sym_code_type): Here. > > binutils/ChangeLog: > > 2017-12-11  Renlin Li  > >     * testsuite/binutils-all/aarch64/objdump.d: New. >     * testsuite/binutils-all/aarch64/objdump.s: New. Approved - please apply. Cheers Nick