From patchwork Sat Feb 4 20:33:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 52817 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp1497836wrn; Sat, 4 Feb 2023 12:34:02 -0800 (PST) X-Google-Smtp-Source: AK7set8TpCaykDgTxFGhbSButCRkNqQ0Gzj97B4XUpcFDRK/w+D8CPx9jU/d2YDj3CXuobPq0MPs X-Received: by 2002:a50:99c3:0:b0:49b:7416:e3ff with SMTP id n3-20020a5099c3000000b0049b7416e3ffmr14915547edb.5.1675542842589; Sat, 04 Feb 2023 12:34:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675542842; cv=none; d=google.com; s=arc-20160816; b=Tx6oCn72fic2iqO7u+eHxl74p8ZKFGUCY2OaZ0HNTVNUD2SVzmA7bwpn/uLbjcRnFV uQ8NG6Jwbab1ew1jsQHoY+utasprUOF7ipySSWd0eQkLU9IHlmEOR723uPQ0t+j9c3nz 1z0+eqrkK2txNxUmasAb46cahQ8zzjcl+9kvMBRlRZCCv6YvUnu2qpwbFC9Xmy775+Hs 7RrNY22s64ye/S/3EUBgP2OWZ9t7TMBnMc03HOv4K4T3pXdnU5HnOQjNhNtGrc1X0tK+ ChC0Njg8ujKF85GHKSEjn5bj6kaAgvxWMZP1Wh/VGCMeEaljTQDCGjhvSfLflvDFeBYs 0T7w== 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=PxnZ2jLOPCQAyzrbnmWbcwoim5uyRWDWyhKYIcSxjKc=; b=Ox7AXjsZUDdqh9MNW9ha/H5TEZHHKc+F5DWoa1ys4TONOYYo6qStrjeht4kknfzCXf EmDUpD/lBGt07PdyBeXDOfDouiSKE5YoIMTeCk2Pf/Pny54zmPCtRIcB/KhL4/rpRdl4 j8mZnyIWgdZfFT6E+YVUAg5Fi7XiN3KcwCa6J6BUDxb64YpGk91VmRxJEjg5VOJk5cQD tvSeGh8qHyq9eby6ZZ3E75jiL1vdIyUNXn2SoBsPeJ6e1lKuFCZUw1G9UHvkSlCrFXcH yTo41T8YGwwMSFapdhj3GQ88FtLanGGB4Ud78sjMKE4wVIrxotBte1ridoTLxis6A3bT rXKg== 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 (server2.sourceware.org. [8.43.85.97]) by mx.google.com with ESMTPS id cq6-20020a056402220600b004a25a20af56si6025956edb.340.2023.02.04.12.34.02 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Feb 2023 12:34:02 -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 00C17385B519 for ; Sat, 4 Feb 2023 20:33:58 +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 3327F3858C52 for ; Sat, 4 Feb 2023 20:33:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3327F3858C52 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 F1A8933E56; Sat, 4 Feb 2023 15:33:29 -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 8009D33E54; Sat, 4 Feb 2023 15:33:29 -0500 (EST) Date: Sat, 4 Feb 2023 21:33:25 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Jeff Law Subject: [pushed] wwwdocs: projects/beginner: Remove traces of Interix MIME-Version: 1.0 X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230204203329.F1A8933E56@hamza.pair.com> X-Spam-Status: No, score=-11.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, 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?1756934011824974714?= X-GMAIL-MSGID: =?utf-8?q?1756934011824974714?= I ran into this by chance and found there are probably quite a bit more parts of https://gcc.gnu.org/projects/beginner.html that should be removed. Any volunteers to have a look? (Jeff, maybe you can help trim this a bit?) Gerald --- htdocs/projects/beginner.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/projects/beginner.html b/htdocs/projects/beginner.html index 0cefb562..83efbd86 100644 --- a/htdocs/projects/beginner.html +++ b/htdocs/projects/beginner.html @@ -718,9 +718,7 @@ them is in six categories:

  • Things that belong in a tm.h or t-target file. E.g. x-linux - has no business saying not to run fixproto, - xm-interix.h has no business specifying how to run - global constructors.

  • + has no business saying not to run fixproto.

  • System category assertions, which should be replaced by feature checks, but we have to do work in machine-independent code