From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id MLL9JEPMHmH3GwAAWB0awg (envelope-from ) for ; Thu, 19 Aug 2021 17:25:23 -0400 Received: by simark.ca (Postfix, from userid 112) id 957951EDFB; Thu, 19 Aug 2021 17:25:23 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 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 211871E4A3 for ; Thu, 19 Aug 2021 17:25:23 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CF34239AE038 for ; Thu, 19 Aug 2021 21:25:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CF34239AE038 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1629408322; bh=IWHOJCKRyQE2vBFspYS23ZexHLI7Qb5Q42eWIEQzCIE=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=twD6m+INk3JfCQa0eSGU4WIWmbngeHbXrUqt4mfMY8ki2MNaIWGaPFhEroi6s8RMQ tvkDvux9DJnI2HFvplL3sqX1BOCwrdOH9uSqLjrB6eZb+pkADCB7LqUR724Z0CMPdX Qp5XrDEeuet7qQ0LKTL+4hWK6pPksYTybyFlD4Yw= Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id BE4B639AE03A for ; Thu, 19 Aug 2021 21:24:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BE4B639AE03A Received: from vapier.lan (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 29B99342A61 for ; Thu, 19 Aug 2021 21:24:31 +0000 (UTC) To: gdb-patches@sourceware.org Subject: [PATCH 3/4] gdb: cris: enable sim integration Date: Thu, 19 Aug 2021 17:23:38 -0400 Message-Id: <20210819212339.15857-3-vapier@gentoo.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210819212339.15857-1-vapier@gentoo.org> References: <20210819212339.15857-1-vapier@gentoo.org> 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: Mike Frysinger via Gdb-patches Reply-To: Mike Frysinger Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" The sim side is already ready to go for cris, so wire it up. --- gdb/configure.tgt | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 55ae7541b619..c678027faef4 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -743,6 +743,7 @@ arm*-*-*) gdb_sim=arm ;; avr*-*-*) gdb_sim=avr ;; bfin-*-*) gdb_sim=bfin ;; bpf-*-*) gdb_sim=bpf ;; +cris-*-*|cris32-*-*) gdb_sim=cris ;; frv-*-*) gdb_sim=frv ;; ft32-*-*) gdb_sim=ft32 ;; h8300*-*-*) gdb_sim=h8300 ;; -- 2.31.1