From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from loongson.cn (mail.loongson.cn [114.242.206.163]) by sourceware.org (Postfix) with ESMTP id 67B483856DDE for ; Tue, 2 Aug 2022 07:33:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 67B483856DDE Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=loongson.cn Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=loongson.cn Received: from [10.20.4.152] (unknown [10.20.4.152]) by mail.loongson.cn (Coremail) with SMTP id AQAAf9AxWs1Z0+hiJj4BAA--.1331S3; Tue, 02 Aug 2022 15:33:45 +0800 (CST) Subject: Re: [PATCH 1/2] opcodes/loongarch: Remove unused code To: WANG Xuerui , binutils@sourceware.org Cc: Chenghua Xu , Xi Ruoyao , WANG Xuerui References: <20220719030345.1125329-1-i.swmail@xen0n.name> <014d24bd-7c1f-bb1d-2fca-152c9038a76b@xen0n.name> <84b313da-3783-9d2c-7518-86cf6ea7f7ea@loongson.cn> From: liuzhensong Message-ID: Date: Tue, 2 Aug 2022 15:33:45 +0800 User-Agent: Mozilla/5.0 (X11; Linux mips64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-CM-TRANSID: AQAAf9AxWs1Z0+hiJj4BAA--.1331S3 X-Coremail-Antispam: 1UD129KBjvJXoW7CrWkuF4UAFyfAF1kJry3CFg_yoW8JFyxpF WfurnxKryUAr1xCrZ3Aw1UXry5Gr4UJ3y2qFyftan7Ar12vr1aqr4xWrWv9FyUJ3yxXr1j qr4rtFyruF15ArUanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUvI14x267AKxVWUJVW8JwAFc2x0x2IEx4CE42xK8VAvwI8IcIk0 rVWrJVCq3wAFIxvE14AKwVWUJVWUGwA2ocxC64kIII0Yj41l84x0c7CEw4AK67xGY2AK02 1l84ACjcxK6xIIjxv20xvE14v26r4j6ryUM28EF7xvwVC0I7IYx2IY6xkF7I0E14v26F4j 6r4UJwA2z4x0Y4vEx4A2jsIE14v26F4UJVW0owA2z4x0Y4vEx4A2jsIEc7CjxVAFwI0_Gc CE3s1le2I262IYc4CY6c8Ij28IcVAaY2xG8wAv7VC0I7IYx2IY67AKxVWUJVWUGwAv7VC2 z280aVAFwI0_Jr0_Gr1lOx8S6xCaFVCjc4AY6r1j6r4UM4x0Y48IcVAKI48JM4x0x7Aq67 IIx4CEVc8vx2IErcIFxwCjr7xvwVCIw2I0I7xG6c02F41lc7I2V7IY0VAS07AlzVAYIcxG 8wCY02Avz4vE-syl42xK82IYc2Ij64vIr41l4I8I3I0E4IkC6x0Yz7v_Jr0_Gr1lx2IqxV Aqx4xG67AKxVWUGVWUWwC20s026x8GjcxK67AKxVWUGVWUWwC2zVAF1VAY17CE14v26r12 6r1DMIIYrxkI7VAKI48JMIIF0xvE2Ix0cI8IcVAFwI0_Jr0_JF4lIxAIcVC0I7IYx2IY6x kF7I0E14v26r1j6r4UMIIF0xvE42xK8VAvwI8IcIk0rVWrJr0_WFyUJwCI42IY6I8E87Iv 67AKxVWUJVW8JwCI42IY6I8E87Iv6xkF7I0E14v26r1j6r4UYxBIdaVFxhVjvjDU0xZFpf 9x0JUp5l8UUUUU= X-CM-SenderInfo: holx6xphqv003j6o00pqjv00gofq/ X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, BODY_8BITS, HTML_MESSAGE, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_PASS, 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 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Tue, 02 Aug 2022 07:33:51 -0000 在 2022/8/2 下午3:11, WANG Xuerui 写道: > On 2022/8/2 15:02, liuzhensong wrote: >> >> >> 在 2022/8/1 下午3:07, WANG Xuerui 写道: >>> 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. >> >> This patchsethas been verified that there is no problem but cannot be >> directly patched. > Do you mean I should rebase it by "cannot be directly patched"? Or is > there any other places that I have missed (e.g. testsuite)? May be rebased only. (Some errors caused by non-conflicting issues.)