From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id DvvDOulbFGMs+zIAWB0awg (envelope-from ) for ; Sun, 04 Sep 2022 04:03:53 -0400 Received: by simark.ca (Postfix, from userid 112) id E371F1E4A7; Sun, 4 Sep 2022 04:03:53 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=BI7vlXU1; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (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 simark.ca (Postfix) with ESMTPS id 844751E13B for ; Sun, 4 Sep 2022 04:03:53 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8C849385783E for ; Sun, 4 Sep 2022 08:03:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8C849385783E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662278632; bh=x4q4dcIrW7YhmrVnuQncBfHDgpULhnIsmeHmpDJW/mk=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=BI7vlXU166t8WAOed2AQSEPLgyZFOatmxd50WnpHhen0wlh4UAQYxhd6ZqdKq9IqM G3RneqA4GvC0IP4wN2tUT/SjC8dLk4zmeiwymfljyoLxCceBOaS0ni/cQYDVSo28HA 2WBLebPVuNALI2N78qGSrfc888wbTiMetXAU5RhA= 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 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) To: Tsukasa OI , Nick Clifton , Andrew Burgess 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-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Tsukasa OI via Gdb-patches Reply-To: Tsukasa OI Cc: binutils@sourceware.org, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" 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