From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sender-0.a4lg.com (mail-sender-0.a4lg.com [IPv6:2401:2500:203:30b:4000:6bfe:4757:0]) by sourceware.org (Postfix) with ESMTPS id A1D323858293; Sun, 4 Sep 2022 08:03:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A1D323858293 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 E5CA6300089; Sun, 4 Sep 2022 08:03:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1662278611; bh=x4q4dcIrW7YhmrVnuQncBfHDgpULhnIsmeHmpDJW/mk=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: Mime-Version:Content-Transfer-Encoding; b=QS5wWcilvKPrCWl3sSStBln4xcYDGBDPAzmTIgKo/1G+u4A5Mcfpl15G4H3AHjNds /4O7lo40tfxKAtisE9PZAobwnNTpXdhWGjhwIPaJwrWlGNVM1VlIrDTlTcQGG3RZIR Q6Da3E8q5xeNb0E3r5Ynt/jrCYWFZqDm9REiYcAY= From: Tsukasa OI To: Tsukasa OI , Nick Clifton , Andrew Burgess Cc: binutils@sourceware.org, gdb-patches@sourceware.org Subject: [PATCH v2 0/2] gdb, opcodes: Add non-enum disassembler options Date: Sun, 4 Sep 2022 08:03:18 +0000 Message-Id: In-Reply-To: References: 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,T_SCC_BODY_TEXT_LINE 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 is a part of my work: implement `arch' disassembler option in RISC-V. However, it requires technical changes also affecting opcodes:ARC and MIPS and GDB. It will take some time because we have to wait many Binutils prerequisites but this technical change can be discussed now (due to it affects both Binutils and GDB). PATCH v1 ... is approved as follows: PATCH 1/2: Binutils changes (2022-09-01) PATCH 2/2: GDB changes (2022-09-02) The code part of PATCH v2 is unchanged from (approved) PATCH v1 but minor commit message issues (including excess ChangeLog and quoting) are fixed. Since I don't have write access yet, it's my preasure to merge the commits if approved. Thanks, Tsukasa Tsukasa OI (2): opcodes: Add non-enum disassembler options gdb: Add non-enum disassembler options gdb/disasm.c | 4 ++++ include/dis-asm.h | 3 ++- opcodes/arc-dis.c | 2 ++ opcodes/mips-dis.c | 2 ++ opcodes/riscv-dis.c | 2 ++ 5 files changed, 12 insertions(+), 1 deletion(-) base-commit: 148b68a56c57d69bd97a5f40c34fc4700693596a -- 2.34.1