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 632083833A0D for ; Wed, 7 Dec 2022 13:32:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 632083833A0D 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=1670419921; bh=KoIyUtqhGRxZK9L/scGKq1/68sBsoGTAkX/s8Kr7dfY=; h=From:To:Cc:Subject:Date:From; b=YDfhNO7y9zNR8Wf2v3kGSN6Z0ndZIcVF49tQKfNHiv/j/H8AedTrSsv+hd0teR3FS aM1IxXMXgLsTnKNvf3Gk4iyftdOEHCZi4ghUYKQTUWtGvbEoZIgyXYtUcpMzBNdWpX sv0H1LsPF2jB12ky2pu2GHdIDPvu5nvnFdcg8ZNU= Received: from ld50.lan (unknown [101.88.134.93]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 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 6AB4260094; Wed, 7 Dec 2022 21:32:01 +0800 (CST) From: WANG Xuerui To: binutils@sourceware.org Cc: Chenghua Xu , Zhensong Liu , Xi Ruoyao , WANG Xuerui Subject: [PATCH v2 0/5] LoongArch: colored disassembly and readability tweaks Date: Wed, 7 Dec 2022 21:31:50 +0800 Message-Id: <20221207133155.3052074-1-i.swmail@xen0n.name> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: From: WANG Xuerui Hi, This series implements colored output for LoongArch disassembly, and some minor tweaks to the output so there is less clutter. The previous version was sent in August but there was no reply, so I've rebased and added the tweaks mentioned before, for consideration of inclusion into binutils 2.40. WANG Xuerui (5): opcodes/loongarch: remove unused code opcodes/loongarch: implement style support in the disassembler opcodes/loongarch: style disassembled address offsets as such opcodes/loongarch: do not print hex notation for signed immediates opcodes/loongarch: print unrecognized instruction words with .insn prefix include/opcode/loongarch.h | 5 --- opcodes/disassemble.c | 5 +++ opcodes/loongarch-dis.c | 88 ++++++++++++++------------------------ opcodes/loongarch-opc.c | 50 +++++++++++----------- 4 files changed, 62 insertions(+), 86 deletions(-) -- 2.38.1