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 078033858D32 for ; Mon, 26 Sep 2022 12:27:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 078033858D32 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=irq.a4lg.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=irq.a4lg.com Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id 96B04300089; Mon, 26 Sep 2022 12:26:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1664195219; bh=lM+bvc4nQqExMKNjSnakt4R87rU/bVDL+pu92Ky0VdU=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: Mime-Version:Content-Transfer-Encoding; b=JLzcvfUkUaMIW2WBj7marqaayRZx7ov9hsVjkaaxeKLR33awzP8WHMM6dBLq6p2ca 454Q9rhvrVritHrtuDpTb1Vz72LZOnkbCTZnTAfjdW349Da5iq9Rqur28hdGlLFgOy EOxpANsO4kBqK3pJQ56N07gc2vGp4A8ut4mQ05vo= From: Tsukasa OI To: Tsukasa OI , Nelson Chu , Kito Cheng , Palmer Dabbelt Cc: binutils@sourceware.org Subject: [PATCH v2 0/6] RISC-V: Fix disassembler types and styles Date: Mon, 26 Sep 2022 12:26:49 +0000 Message-Id: In-Reply-To: References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.1 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 List-Id: Hello, This patchset fixes various typing and styling errors on the RISC-V disassembler. Previous Patchsets: (2022-07-13) (2022-08-03) Tracker on GitHub: [Changes: v1 -> v2] - Added PATCH 5-6/6 after T-Head extensions are merged. - Slightly improved the commit messages? [Styling] - Print real immediates with the `immediate' style (PATCH 1/6) - Print comma and tabs with the `text' style (PATCH 4/6) - Print T-Head literal operand with `immediate' style (PATCH 6/6) [Typing on printf] - Fix wrong type for "%x" format specifier (PATCH 2/6) - Fix minor but various typing issues on T-Head immediates (PATCH 5/6) [Small Optimization] - Use smallest portable types possible to print (PATCH 3/6) Thanks, Tsukasa Tsukasa OI (6): 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 RISC-V: Fix T-Head immediate types on printing RISC-V: Print XTheadMemPair literal as "immediate" opcodes/riscv-dis.c | 71 +++++++++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 32 deletions(-) base-commit: c21736aed1d4877e090df60362413669dbdc391d -- 2.34.1