From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id CE9563851C1A; Tue, 30 Aug 2022 13:49:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE9563851C1A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661867368; bh=demu7ALZRli6FGpvzJeBP/xrop+kORqgv1NK+xWzuLI=; h=To:Subject:Date:From:From; b=MP/F7uS/eSpsbXukxvBHXJN9BCRPN2McS7JcB5yXKTonoxAwwX5qVvYkl3s3WyEac 7rnqC3KSNGgn9WuxE5jl4l269/du6Ky2NwdY5NxEWylOQLUrYuhEwJEoSeWyuy3PYK zOpAu7gE9AApk1zk6u+7b3xg126Ng4u9NXRZNZ0Y= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 7ef3b9f78e845e8e2b54ab485b35c707750065c6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2d804c95d2281cff93c037c3e0c79c83859d8bda X-Git-Newrev: 7ef3b9f78e845e8e2b54ab485b35c707750065c6 Message-Id: <20220830134928.CE9563851C1A@sourceware.org> Date: Tue, 30 Aug 2022 13:49:28 +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 7ef3b9f78e845e8e2b54ab485b35c707750065c6 (commit) from 2d804c95d2281cff93c037c3e0c79c83859d8bda (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 7ef3b9f78e845e8e2b54ab485b35c707750065c6 Author: Martin Liska Date: Tue Aug 30 15:49:09 2022 +0200 m32c-rtems target was removed diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 058c2089..e73ac200 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -28,8 +28,8 @@ a work-in-progress.

Caveats

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