From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailbox.box.xen0n.name (mail.xen0n.name [115.28.160.31]) by sourceware.org (Postfix) with ESMTPS id 5CFAE3858415 for ; Mon, 1 Aug 2022 07:07:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5CFAE3858415 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=xen0n.name Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xen0n.name DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xen0n.name; s=mail; t=1659337670; bh=F+ZuiNicNnprvsNAPUf3pRsoCoYWX+E30Sl8pOzouwE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=VtT1j+vnwRiun6cfMdhD77ot25O2DD/o//Nu8OgFknb5TUFzKY0vVAm57Uzxn8l00 EaUtUWcYNN8J21xL71T81TBa6iio34In3p5kur2r5qHNEOJPYbo/eSHMSQnG4x04dn DDwJ7l/mM2O4psO4lgi7drPcGjDtgyVCVn64/xzY= Received: from [100.100.57.219] (unknown [220.248.53.61]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailbox.box.xen0n.name (Postfix) with ESMTPSA id 633E660104; Mon, 1 Aug 2022 15:07:50 +0800 (CST) Message-ID: <014d24bd-7c1f-bb1d-2fca-152c9038a76b@xen0n.name> Date: Mon, 1 Aug 2022 15:07:49 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:105.0) Gecko/20100101 Thunderbird/105.0a1 Subject: Re: [PATCH 1/2] opcodes/loongarch: Remove unused code Content-Language: en-US To: WANG Xuerui , binutils@sourceware.org Cc: Chenghua Xu , Zhensong Liu , Xi Ruoyao , WANG Xuerui References: <20220719030345.1125329-1-i.swmail@xen0n.name> From: WANG Xuerui In-Reply-To: <20220719030345.1125329-1-i.swmail@xen0n.name> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2022 07:07:59 -0000 On 2022/7/19 11:03, WANG Xuerui wrote: > From: WANG Xuerui > > include/ChangeLog > * opcode/loongarch.h (loongarch_parse_dis_options): Remove > unused declarations. > (loongarch_disassemble_one): Likewise. > > opcodes/ChangeLog > * loongarch-dis.c (loongarch_parse_dis_options): Remove > unused code. > (my_print_address_func): Likewise. > (loongarch_disassemble_one): Likewise. > > Signed-off-by: WANG Xuerui > --- > include/ChangeLog | 6 ++++++ > include/opcode/loongarch.h | 5 ----- > opcodes/ChangeLog | 7 +++++++ > opcodes/loongarch-dis.c | 35 ----------------------------------- > 4 files changed, 13 insertions(+), 40 deletions(-) A gentle ping for this patchset.