From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sender-0.a4lg.com (mail-sender.a4lg.com [153.120.152.154]) by sourceware.org (Postfix) with ESMTPS id 07D493858C51 for ; Wed, 3 Aug 2022 04:28:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 07D493858C51 Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id B545E300089; Wed, 3 Aug 2022 04:28:06 +0000 (UTC) From: Tsukasa OI To: Tsukasa OI , Nelson Chu , Kito Cheng , Palmer Dabbelt Cc: binutils@sourceware.org Subject: [PATCH 0/4] RISC-V: Fix disassembler types and styles Date: Wed, 3 Aug 2022 13:27:47 +0900 Message-Id: In-Reply-To: <4919138bb21768d0cdc3a6da81dbbbd62cc96855.1657719581.git.research_trasio@irq.a4lg.com> References: <4919138bb21768d0cdc3a6da81dbbbd62cc96855.1657719581.git.research_trasio@irq.a4lg.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, 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: Wed, 03 Aug 2022 04:28:10 -0000 Hello, This patchset fixes various typing and styling errors on the RISC-V disassembler. Patches 1 and 2 are considered releatively important (compared to patches 3 and 4). Previous Patchset: (2022-07-13) Tracker on GitHub: [Styling] - Print real immediates with the `immediate' style (PATCH 1/4) - Print comma and tabs with the `text' style (PATCH 4/4) [Typing on printf] - Fix wrong type for "%x" format specifier (PATCH 2/4) [Small Optimization] - Use smallest portable types possible to print (PATCH 3/4) Thanks, Tsukasa Tsukasa OI (4): RISC-V: Fix immediates to have `immediate' style RISC-V: Fix printf argument types corresponding %x RISC-V: Optimize riscv_disassemble_data printf RISC-V: Print comma and tabs as the `text' style opcodes/riscv-dis.c | 61 +++++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 27 deletions(-) base-commit: 8aaafe957ceee581e691d2f7f984cb40c58f2b5e -- 2.34.1