From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2059) id 99DF6385840C; Thu, 7 Oct 2021 19:44:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 99DF6385840C To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 57c6bce350bd164f563173dc4b75f0c97c340838 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 09dd6013814d116432257b424b56adfa286ba6f3 X-Git-Newrev: 57c6bce350bd164f563173dc4b75f0c97c340838 Message-Id: <20211007194454.99DF6385840C@sourceware.org> Date: Thu, 7 Oct 2021 19:44:54 +0000 (GMT) From: Dimitar Dimitrov 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, 07 Oct 2021 19:44:54 -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 57c6bce350bd164f563173dc4b75f0c97c340838 (commit) from 09dd6013814d116432257b424b56adfa286ba6f3 (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 57c6bce350bd164f563173dc4b75f0c97c340838 Author: Dimitar Dimitrov Date: Sat Sep 25 17:53:38 2021 +0300 gcc-12/changes.html (PRU): Document __regio_symbol Signed-off-by: Dimitar Dimitrov diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 4f7bbd33..22839f2d 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -203,6 +203,15 @@ a work-in-progress.

+

PRU

+
    +
  • The __regio_symbol variable qualifier has been added. + It allows easier access in C programs to the __R30 and + __R31 CPU I/O registers. +
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) hooks/post-receive -- gcc-wwwdocs