From patchwork Sun Feb 5 18:09:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 52920 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp1874462wrn; Sun, 5 Feb 2023 10:10:18 -0800 (PST) X-Google-Smtp-Source: AK7set9NnKs2DCTJ1oydoXkQWT/dTlVy8B3A+Lm3W5B74Y3OCfG3Isp/iidV4iEjHwJnP4BGuNiq X-Received: by 2002:a17:906:af98:b0:87b:bbd4:1bd2 with SMTP id mj24-20020a170906af9800b0087bbbd41bd2mr16286066ejb.52.1675620618228; Sun, 05 Feb 2023 10:10:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675620618; cv=none; d=google.com; s=arc-20160816; b=jnN2QtBbm1uFCgwir62Perr5gMyunAMVxUYiuC5Ph+6O1RKLivNrdGEyL7ia4yRVz7 qDtekkrHAKSml8+Y3Gk3IQzAYgKEi7+K3it26kNn0rxFLIy8rHFjPzdzdSp/s2G2AkrS KMKynUPrVKOrXXLQpuRHAQYln3ii2iT5c0892EEcrBtdzJ/oKJz3dnNMiyv95nPWW9uQ cydcFmK1PpzIzNLEGXpyER4AqNYs18HRdFqL89SneEmOJnwW5wBPaXCGUvBQy5+HNUj9 SOShHXilw9JEbQgDVbBgH4FLwsecqLUqtiq1au42X+lwHk51qzq2AQeKXbTv6nHYcjaJ 6+cQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:message-id:mime-version:subject :to:from:date:dmarc-filter:delivered-to; bh=8b74Jxqd6RRUbbH7HdnXfjALBEESPhYwhrfcjhDWkuQ=; b=rlbVmMvECKWDa3OprRBXfvtDykukMd5lvIVIuIrZ6BBI81X+soqXXF/SEX8ergtsz1 ym1g63qgSUCmdHjVcIbTsZmlRM6zxRyqSXk+mfRgXMXaPqqb+D4GHUgWtGA8h174VuKo MlyxIyzEDvPqQSrTPTvwEZe+dmQNfqI1MD5S06W41ch8grrPykCYo5uyDBa8u6JT+PTz I9bnS0n2Sba8jlqjB+/7vPgoS/1/5h0uBvhDbumVj1RMWQVSjn276SKX1w+o6KHF38ar Vw7DKIJVLaXBYNRDKKFG2hu4An9XAe3K7nB85IFcZq0NkZ2XrMCddaCHhM6kb9ZIHJsf j4Lg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from sourceware.org (ip-8-43-85-97.sourceware.org. [8.43.85.97]) by mx.google.com with ESMTPS id jr23-20020a170906515700b0087577d15839si7928201ejc.976.2023.02.05.10.10.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 10:10:18 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) client-ip=8.43.85.97; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 618A73858004 for ; Sun, 5 Feb 2023 18:10:14 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 2D77C3858D32 for ; Sun, 5 Feb 2023 18:09:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2D77C3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id BA75A33E82 for ; Sun, 5 Feb 2023 13:09:47 -0500 (EST) Received: from [192.168.49.186] (unknown [94.107.234.206]) (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 hamza.pair.com (Postfix) with ESMTPSA id 5370833E8C for ; Sun, 5 Feb 2023 13:09:47 -0500 (EST) Date: Sun, 5 Feb 2023 19:09:45 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [pushed] doc: Remove note on PW32 MIME-Version: 1.0 X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230205180947.BA75A33E82@hamza.pair.com> X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_NUMSUBJECT, 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.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org Sender: "Gcc-patches" X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1757015565006580059?= X-GMAIL-MSGID: =?utf-8?q?1757015565006580059?= Indeed looking at http://pw32.sourceforge.net indicates this has gone the way of the dodo. Pushed. Gerald gcc/ChangeLog: * doc/install.texi (Specific): Remove PW32. --- gcc/doc/install.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b1861a6a437..8ef5c1414da 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -5182,9 +5182,6 @@ support the Interix subsystem. See above. Old target names including *-*-winnt and *-*-windowsnt are no longer used. -PW32 (i386-pc-pw32) support was never completed, and the project seems to -be inactive. See @uref{http://pw32.sourceforge.net/} for more information. - UWIN support has been removed due to a lack of maintenance. @html