From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Content-Type: text/plain; charset=US-ASCII 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 List-Id: 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 -- 2.39.1