From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail10.asahi-net.or.jp (mail10.asahi-net.or.jp [202.224.55.50]) by sourceware.org (Postfix) with ESMTP id 58CFC385AC19 for ; Thu, 2 Sep 2021 03:59:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 58CFC385AC19 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=users.sourceforge.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=users.sourceforge.jp Received: from sa76r4.ysato.localdomain (y243185.dynamic.ppp.asahi-net.or.jp [118.243.243.185]) (Authenticated sender: PQ4Y-STU) by mail10.asahi-net.or.jp (Postfix) with ESMTPA id 6AF6EC01A7; Thu, 2 Sep 2021 12:59:00 +0900 (JST) Received: by sa76r4.ysato.localdomain (Postfix, from userid 1000) id D41CE34009A; Thu, 2 Sep 2021 12:58:59 +0900 (JST) From: Yoshinori Sato To: gdb-patches@sourceware.org Subject: [PATCH] gdb: Enable target rx-*-*linux. Date: Thu, 2 Sep 2021 12:58:57 +0900 Message-Id: <20210902035857.38121-1-ysato@users.sourceforge.jp> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_VALIDITY_RPBL, SPF_HELO_NONE, SPF_SOFTFAIL, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Thu, 02 Sep 2021 03:59:04 -0000 I added rx-*-linux in binutils few yaers ago. But missing this changes, --- gdb/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/configure.tgt b/gdb/configure.tgt index cac76f4106c..91c3086304a 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -562,7 +562,7 @@ rl78-*-elf) gdb_sim=../sim/rl78/libsim.a ;; -rx-*-elf) +rx-*-*) # Target: Renesas RX gdb_target_obs="rx-tdep.o" gdb_sim=../sim/rx/libsim.a -- 2.33.0