From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id S3FLERYNQWAYeAAAWB0awg (envelope-from ) for ; Thu, 04 Mar 2021 11:38:46 -0500 Received: by simark.ca (Postfix, from userid 112) id 40A411EF78; Thu, 4 Mar 2021 11:38:46 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [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 597711E590 for ; Thu, 4 Mar 2021 11:38:45 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DF1A8388E810; Thu, 4 Mar 2021 16:38:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF1A8388E810 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1614875924; bh=Q3vFxuO6Lqw6D4uNelA4lccNlBwU3YB7zMyb/iCSECE=; 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=dlm6BVDfV3UDFpY0q0zvr+I4xQgnkj/B/crzrJy5GcMH9cNa2ITSRaXdKOByvE7k8 4Dq9RDRMO1Rmts9bX18MleExHbqn067ulGCRVg7OuWSwmI+b8q+m0BsQcAv22DgaXV Tnp+4GYlQQE0JAEHklaBAw2V3RR3dXZcPD0GLegM= Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id B33FE3885C0B for ; Thu, 4 Mar 2021 16:38:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B33FE3885C0B Received: from vapier (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B24DE340D8C; Thu, 4 Mar 2021 16:38:40 +0000 (UTC) Date: Thu, 4 Mar 2021 11:38:39 -0500 To: Tom Tromey Subject: Re: [PATCH] sim: drop dep on configure-gdb Message-ID: Mail-Followup-To: Tom Tromey , gdb-patches@sourceware.org References: <20210228070826.18858-1-vapier@gentoo.org> <8735xc0ze4.fsf@tromey.com> <87a6rjfdf5.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87a6rjfdf5.fsf@tromey.com> 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@sourceware.org Sender: "Gdb-patches" On 04 Mar 2021 02:58, Tom Tromey wrote: > Mike> thanks, i wanted to get a gdb/sim review on this as i've never touched > Mike> this file before. i'll take care of pushing it in gcc too. > > FAOD you will probably need a separate review there. right, i sent it to gcc-patches@ -mike