From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id B918F3858C52; Sat, 4 Feb 2023 20:25:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B918F3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675542334; bh=qur0A+T4JEBeFjIwMH10oaoS5S/WEDVTzD3QVRxAygw=; h=To:Subject:Date:From:From; b=WETNIJAar/ozjgTMHc2jb0cJuI3+LC6dph3y3hDAF5l2sSsXshfhU0SS6FiE4X7cZ WxCSnRRnkuQiNlZPF5Bttz5pyl1rpiewYkCGV5YRjEiXS5qLzkt+nwMnprqnl6B1Od slGo73ujTMEFM/vLC1Ox7gwPwekP+Pb0IyLRkcIc= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e53da9d37d4a1c998e52abdf02f39558088d123d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5256cf5d726fdda76956197f9834ca765bac26a9 X-Git-Newrev: e53da9d37d4a1c998e52abdf02f39558088d123d Message-Id: <20230204202534.B918F3858C52@sourceware.org> Date: Sat, 4 Feb 2023 20:25:34 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via e53da9d37d4a1c998e52abdf02f39558088d123d (commit) from 5256cf5d726fdda76956197f9834ca765bac26a9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e53da9d37d4a1c998e52abdf02f39558088d123d Author: Gerald Pfeifer Date: Sat Feb 4 21:24:58 2023 +0100 projects/beginner: Remove traces of Interix 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 ----------------------------------------------------------------------- Summary of changes: htdocs/projects/beginner.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs