From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 2ED9638362F8; Fri, 26 Aug 2022 10:38:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2ED9638362F8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661510312; bh=gM5mrHgLvrgKjtGpCh3pBixLa4fa1NleOIfHqZdoNoQ=; h=To:Subject:Date:From:From; b=l1NZ1SsPR/BhSAW9aPQTDDgwIJsVWFgINO443ZhHXaAhRHMf5O0V8jyH6MmkN/XgC Qbqrd9jJ6b8K1p/HViBOkseTMtfkqtABh4AIw8bFkNl5mEgBf08LXPdPg4ouWl4nu3 P9jY/CXQ46UjYkjh38bwz3yuBjiW2JdtKQCgCPQg= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 79ecba7b8825675779b228d3248139c5eb871c76 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 138d5c33dece0b670066484ad9a5563e04bb572f X-Git-Newrev: 79ecba7b8825675779b228d3248139c5eb871c76 Message-Id: <20220826103832.2ED9638362F8@sourceware.org> Date: Fri, 26 Aug 2022 10:38:32 +0000 (GMT) From: Martin Liska 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 79ecba7b8825675779b228d3248139c5eb871c76 (commit) from 138d5c33dece0b670066484ad9a5563e04bb572f (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 79ecba7b8825675779b228d3248139c5eb871c76 Author: Martin Liska Date: Fri Aug 26 08:32:13 2022 +0200 Mention removed ports in GCC 13. diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index c58ca1d4..e3f2ee44 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -28,7 +28,9 @@ a work-in-progress.

Caveats

    -
  • ...
  • +
  • The support for the cr16-elf, tilegx*-linux and tilepro*-linux + configurations has been removed.
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs