From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id uOSLCQshOGEVSQAAWB0awg (envelope-from ) for ; Tue, 07 Sep 2021 22:33:47 -0400 Received: by simark.ca (Postfix, from userid 112) id 20F581EE22; Tue, 7 Sep 2021 22:33:47 -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=unavailable 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 B618D1EDDB for ; Tue, 7 Sep 2021 22:33:46 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 27EAB3858D35 for ; Wed, 8 Sep 2021 02:33:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 27EAB3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1631068426; bh=HIdDpsxInreWtZaRe6Iic6rBoMQ9UKaEvUzojafqT8Q=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=gHpgYP+JxZV7r486XzuHA0Mjv/ygWgdoWe+/2Zs69DnaQx5KPhqaKvjWTE/PqnIdr rjgVJnqmhRW4hXhqbSc/nBsmxDh2vNmoi6zMgeIc7/mfQdjXK3hlc7FzwxInT8ko6n OsuwrpSj2mIknufokvdFZtUh/qOtOheOySptJ864= Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id C4E623858D35 for ; Wed, 8 Sep 2021 02:33:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C4E623858D35 Date: Tue, 7 Sep 2021 22:33:23 -0400 To: Simon Marchi Subject: Re: [PATCH 3/4] gdb: cris: enable sim integration Message-ID: Mail-Followup-To: Simon Marchi , gdb-patches@sourceware.org References: <20210819212339.15857-1-vapier@gentoo.org> <20210819212339.15857-3-vapier@gentoo.org> <7e2ba1b5-d825-96f3-e727-b9b9f540e661@polymtl.ca> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KJ2Mt+PoOwIbsSqN" Content-Disposition: inline In-Reply-To: <7e2ba1b5-d825-96f3-e727-b9b9f540e661@polymtl.ca> 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 Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" --KJ2Mt+PoOwIbsSqN Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 07 Sep 2021 10:40, Simon Marchi wrote: > On 2021-08-19 5:23 p.m., Mike Frysinger via Gdb-patches wrote: > > The sim side is already ready to go for cris, so wire it up. > > --- > > gdb/configure.tgt | 1 + > > 1 file changed, 1 insertion(+) > >=20 > > 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=3Darm ;; > > avr*-*-*) gdb_sim=3Davr ;; > > bfin-*-*) gdb_sim=3Dbfin ;; > > bpf-*-*) gdb_sim=3Dbpf ;; > > +cris-*-*|cris32-*-*) gdb_sim=3Dcris ;; > > frv-*-*) gdb_sim=3Dfrv ;; > > ft32-*-*) gdb_sim=3Dft32 ;; > > h8300*-*-*) gdb_sim=3Dh8300 ;; > >=20 >=20 > Any reason not to use >=20 > cris*-*-* >=20 > similar to other arches? the two cris tuples here are what's used throughout the tree. i don't have an opinion on it in general, but having gdb match the rest of the tree seems like the best bet. i get that earlier in this file it does "cris*". maybe the cris maintainers want to rectify this ? :) $ grep 'cris-[*]' configure* */configure* configure: cris-*-* | crisv32-*-*) configure: cris-*-* | crisv32-*-*) configure.ac: cris-*-* | crisv32-*-*) configure.ac: cris-*-* | crisv32-*-*) gas/configure: cris-*-*aout*) emulation=3D"crisaout criself" ;; gas/configure: cris-*-*) emulation=3D"criself crisaout" ;; gas/configure.ac: cris-*-*aout*) emulation=3D"crisaout criself" ;; gas/configure.ac: cris-*-*) emulation=3D"criself crisaout" ;; gas/configure.tgt: cris-*-linux-* | crisv32-*-linux-*) gas/configure.tgt: cris-*-* | crisv32-*-*) fmt=3Dmulti ;; ld/configure.tgt:cris-*-*aout*) targ_emul=3Dcrisaout ld/configure.tgt:cris-*-linux-* | crisv32-*-linux-*) ld/configure.tgt:cris-*-* | crisv32-*-*) targ_emul=3Dcriself sim/configure: all|cris-*-* | crisv32-*-*) sim/configure.ac: SIM_TARGET([cris-*-* | crisv32-*-*], [cris]) $ grep 'cris[*]' configure* */configure* gdb/configure.tgt:cris*) -mike --KJ2Mt+PoOwIbsSqN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmE4IPMACgkQQWM7n+g3 9YEiKxAAheXwrcMwmNZXC/z3Qp2B/clGOaVt7JmUHO/kXG0m2ji9vIg4ZA603C7t f8+4BffkkOOCP6rOEr2AVdjeKeHxi78GGIMszGSoytR4DsDL1Zt36LGWsoYlCsdH mJbtCl7eTC7wQSKstd00UzfVH2d1lA0/jbeT4hnQ7gtypLHS9ezuu3H7VIvmVmLc rAuSDG4qt9HFCk5PP0qZ5nE17MaKcAlnOS2x4jlhKLSHjYnlVpc0Ob7s4+aHXshH 4D+NoauzqoTMhq7uCdWpKaudRS54hDWTY073R6mH6LOj+jcW7OvhjUXbaCohLLie iJJHrZCV8/XIzEB1u78xH5cCnwbPRCP+oWjDfk+naElP/yTYY+ahi7bII7svn8Fa ScIZeMZZr42BZlvg4LcTlMkNtdyld3QRhMkpijNff1T9ja8GIYTgh/1P1azgVNkL mwQftf/aj0frzZEc0pSmjVfbLL127EjLR9K0xwV4Ft9KxovDmjHupLjLZleMnLoa tOVMaj4NZtkSbVXcLCkv78cXkZR8hl8YcsyVYb2VLodxoFek78wQ4CqrrH6PZHib KRK2D1RsO3NeZDBSiSb9LmDPnihF/CjCF2yBcOvDj3cAP56cUP7PZ6ZnsfNcPRQD uySi4WmbCxZeYFuWqeV3OEC2y71Ge4qFPhLyJXpVppvIpA3k6S0= =+FNs -----END PGP SIGNATURE----- --KJ2Mt+PoOwIbsSqN--