From patchwork Sun May 12 12:54:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Wielaard X-Patchwork-Id: 1934267 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VcjJR6FKHz20KK for ; Sun, 12 May 2024 22:55:01 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A60A0384477E for ; Sun, 12 May 2024 12:54:58 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id D24C13858C42 for ; Sun, 12 May 2024 12:54:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D24C13858C42 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D24C13858C42 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715518481; cv=none; b=D8tlWyHFqIhgrrXSHqKCLaEORo2fwMQ+Uf3S661XDf44Z0IE6lRCtYUTPCuby0h/SZj0KCWtFK/GbpnLvD1yiNAYCNVFDH4PSb0tqqWgTD4PgVGSVAJrg0lnUD1/bZLfqlHCWcpEqgmPBkDscj5dAguiSBaIop88FVFekAcmryA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715518481; c=relaxed/simple; bh=gQrB8+wjCz5kpy4QwuasHV3+4sVPn0KDpUQV3xq7MJA=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=H9K2MQUKuLHIqpdZPBOgzQGz/P2ayl97co3d9eU4c8G9YLwvcYjsLdwOwhKthc0eYv+2g3ckCGaAvaqr/kACC/e96407n5ZV8+pr9Kbmb77GPx9V/X/sJVVTVRAqyxkQonhEzbeNLV/IkFYpOvGscInk/m0y6etVMswqrTqbVzM= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from csb.redhat.com (deer0x03.wildebeest.org [172.31.17.133]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 73F1A3000590; Sun, 12 May 2024 14:54:37 +0200 (CEST) Received: by csb.redhat.com (Postfix, from userid 10916) id 8B74AC2800; Sun, 12 May 2024 14:54:37 +0200 (CEST) From: Mark Wielaard To: gcc-patches@gcc.gnu.org Cc: Zac Walker , Mark Wielaard Subject: [COMMITTED] Regenerate cygming.opt.urls and mingw.opt.urls Date: Sun, 12 May 2024 14:54:07 +0200 Message-Id: <20240512125407.946412-1-mark@klomp.org> X-Mailer: git-send-email 2.39.3 MIME-Version: 1.0 X-Spam-Status: No, score=-9.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, 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 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org The new cygming.opt.urls and mingw.opt.urls in the gcc/config/mingw/cygming.opt.urls directory need to generated by make regenerate-opt-urls in the gcc subdirectory. They still contained references to the gcc/config/i386 directory from which they were copied. Fixes: 1f05dfc131c7 ("Reuse MinGW from i386 for AArch64") Fixes: e8d003736e6c ("Rename "x86 Windows Options" to "Cygwin and MinGW Options"") gcc/ChangeLog: * config/mingw/cygming.opt.urls: Regenerate. * config/mingw/mingw.opt.urls: Likewise. --- gcc/config/mingw/cygming.opt.urls | 7 +++---- gcc/config/mingw/mingw.opt.urls | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gcc/config/mingw/cygming.opt.urls b/gcc/config/mingw/cygming.opt.urls index c624e22e4427..af11c4997609 100644 --- a/gcc/config/mingw/cygming.opt.urls +++ b/gcc/config/mingw/cygming.opt.urls @@ -1,4 +1,4 @@ -; Autogenerated by regenerate-opt-urls.py from gcc/config/i386/cygming.opt and generated HTML +; Autogenerated by regenerate-opt-urls.py from gcc/config/mingw/cygming.opt and generated HTML mconsole UrlSuffix(gcc/Cygwin-and-MinGW-Options.html#index-mconsole) @@ -9,9 +9,8 @@ UrlSuffix(gcc/Cygwin-and-MinGW-Options.html#index-mdll) mnop-fun-dllimport UrlSuffix(gcc/Cygwin-and-MinGW-Options.html#index-mnop-fun-dllimport) -; skipping UrlSuffix for 'mthreads' due to multiple URLs: -; duplicate: 'gcc/Cygwin-and-MinGW-Options.html#index-mthreads-1' -; duplicate: 'gcc/x86-Options.html#index-mthreads' +mthreads +UrlSuffix(gcc/Cygwin-and-MinGW-Options.html#index-mthreads-1) mwin32 UrlSuffix(gcc/Cygwin-and-MinGW-Options.html#index-mwin32) diff --git a/gcc/config/mingw/mingw.opt.urls b/gcc/config/mingw/mingw.opt.urls index f8ee5be6a535..40fb086606b2 100644 --- a/gcc/config/mingw/mingw.opt.urls +++ b/gcc/config/mingw/mingw.opt.urls @@ -1,4 +1,4 @@ -; Autogenerated by regenerate-opt-urls.py from gcc/config/i386/mingw.opt and generated HTML +; Autogenerated by regenerate-opt-urls.py from gcc/config/mingw/mingw.opt and generated HTML mcrtdll= UrlSuffix(gcc/Cygwin-and-MinGW-Options.html#index-mcrtdll)