From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33966 invoked by alias); 4 Mar 2020 08:46:26 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 33921 invoked by uid 10116); 4 Mar 2020 08:46:26 -0000 Date: Wed, 04 Mar 2020 08:46:00 -0000 Message-ID: <20200304084625.33917.qmail@sourceware.org> From: claziss@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1257bd9b49fd114479a21f151470e9af786cb826 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c26e5e066e599e56dcf3ae0d283e71b548bc3e06 X-Git-Newrev: 1257bd9b49fd114479a21f151470e9af786cb826 X-SW-Source: 2020/txt/msg00104.txt 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 1257bd9b49fd114479a21f151470e9af786cb826 (commit) from c26e5e066e599e56dcf3ae0d283e71b548bc3e06 (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 1257bd9b49fd114479a21f151470e9af786cb826 Author: Claudiu Zissulescu Date: Wed Mar 4 10:45:25 2020 +0200 arc: Fix typos diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 4e27c05..d05fdfa 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -559,10 +559,10 @@ a work-in-progress.

ARC

    -
  • The interrupt service routine functions saves all used +
  • The interrupt service routine functions save all used registers, including extension registers and auxiliary registers used by Zero Overhead Loops.
  • -
  • Improve code-size by using multiple short instructions instead +
  • Improve code size by using multiple short instructions instead of a single long mov or ior instruction when its long immediate constant is known.
  • Fix usage of the accumulator register for ARC600.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs