From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 758AC3858426 for ; Tue, 30 Apr 2024 18:00:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 758AC3858426 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 758AC3858426 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=158.69.221.121 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714500025; cv=none; b=Oo+w5yj8D+Dvi0gE8pEuZhyoiiNuJ4k7ryRIEcRLPLMxq2DBC0M7/W6BLCDEDxfZuzCv3cCcMpmV4M3yWwPmJTuxhfK6LOPCCeh0twSpi8HDZ+hOqKaZDBIKXILAcLYWIVy+1Nyzbddu8vJHedoaZ19tUJGph/fc0TVZvPJn7Zw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714500025; c=relaxed/simple; bh=C9tnsZoDjsmKWEsqEZdTv80ru6X0UvT02q6FGBuapuk=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=g/xMxiRy2ikx/FmI+ljnsftoRj06kc8znMf0Apl9pdtqX1kUxaN+nBPPfseFFtkK35fjasxSK3LbKxi90aoXMRnZ6hJWOTWCsoq0Jmwg1dP3BRyMxnhVOroTMsemptxAOxOVDkw5KFeoTrgOShLbVDjE/C+1aebfHK9Xa7FXJ94= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1714500024; bh=C9tnsZoDjsmKWEsqEZdTv80ru6X0UvT02q6FGBuapuk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ojhiW0plBrPgudrOFFx4fcJQDGVXU5rFHYiLShKcwqbWWw2gF6ZU3kJAjMpJowR5d f1Za7kUMnLJe3FqyLU5DYucvhCgQXHFv3SYhcuzBCQ9E0rujX2OVGnr6h7Vvygwnop ARqHSXsqR9hSTI9xCvm4N+eaNcZWrJgMQgQv4H7Q= Received: from [10.0.0.11] (modemcable238.237-201-24.mc.videotron.ca [24.201.237.238]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 953651E092; Tue, 30 Apr 2024 14:00:23 -0400 (EDT) Message-ID: <3d71f46c-9cc4-464c-a7db-1076b50517a0@simark.ca> Date: Tue, 30 Apr 2024 14:00:23 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] contrib: Add autoregen.py To: Tom Tromey , Christophe Lyon via Gdb Cc: Christophe Lyon References: <20240419090903.2080043-1-christophe.lyon@linaro.org> <87cyqlxqwc.fsf@tromey.com> <8e024d9b-3066-42af-b665-9a48a5f2c801@simark.ca> <87ttjiepmy.fsf@tromey.com> Content-Language: en-US From: Simon Marchi In-Reply-To: <87ttjiepmy.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2024-04-30 13:17, Tom Tromey wrote: >>>>>> "Christophe" == Christophe Lyon via Gdb writes: > > Christophe> I've recently added a patch to the 'master' copy of this script which > Christophe> now defaults to using autoreconf, it is much simpler. > Christophe> And Simon just sent a couple of GCC patches to fix incorrectly generated files, > Christophe> which should enable us to use autoreconf in more places. > > If you still want it to go in (can't tell from your other message), can > you send the updated script? > > thanks, > Tom I would suggest to wait a little bit to see what happens to my gcc patches first. Simon