From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1725) id 623A43959C26; Thu, 23 Apr 2020 20:27:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 623A43959C26 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 967663179682d6f626c250132e1cfc9013ea414d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8c7f1cea627ad41962329f626ad3e8c90c7e49d4 X-Git-Newrev: 967663179682d6f626c250132e1cfc9013ea414d Message-Id: <20200423202703.623A43959C26@sourceware.org> Date: Thu, 23 Apr 2020 20:27:03 +0000 (GMT) From: William Schmidt X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2020 20:27:03 -0000 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 967663179682d6f626c250132e1cfc9013ea414d (commit) from 8c7f1cea627ad41962329f626ad3e8c90c7e49d4 (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 967663179682d6f626c250132e1cfc9013ea414d Author: Bill Schmidt Date: Thu Apr 23 15:26:29 2020 -0500 wwwdocs: Add PowerPC section for GCC 10 changes. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index fc360220..3c1046bf 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -816,7 +816,16 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512))); - +

PowerPC / PowerPC64 / RS6000

+
    +
  • + Many vector builtins have been listed as deprecated in the + 64-Bit ELF V2 ABI Specification + for quite a number of years. The vector builtins listed in Tables A.8 + through A.10 are now deprecated for GCC 10, and will likely be removed + from support in GCC 11. +
  • +

PRU

    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs