From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69600 invoked by alias); 14 Jan 2020 14:13:40 -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 69530 invoked by uid 9798); 14 Jan 2020 14:13:39 -0000 Date: Tue, 14 Jan 2020 14:13:00 -0000 Message-ID: <20200114141339.69526.qmail@sourceware.org> From: clyon@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 10463a79371068a0b32d8babefb9cf2ee409f4d1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7d8a79bc2a6409c7adb30c70b884dd6f5934d999 X-Git-Newrev: 10463a79371068a0b32d8babefb9cf2ee409f4d1 X-SW-Source: 2020/txt/msg00022.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 10463a79371068a0b32d8babefb9cf2ee409f4d1 (commit) from 7d8a79bc2a6409c7adb30c70b884dd6f5934d999 (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 10463a79371068a0b32d8babefb9cf2ee409f4d1 Author: Christophe Lyon Date: Tue Jan 14 13:48:19 2020 +0000 [arm] Document -mpure-code support for v6m in gcc-10 diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index caa9df7..8e72bd4 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -417,7 +417,11 @@ a work-in-progress.

data-processing intrinsics to include 32-bit SIMD, saturating arithmetic, 16-bit multiplication and other related intrinsics aimed at DSP algorithm optimization. - + +
  • Support for -mpure-code in Thumb-1 (v6m) has been + added: this M-profile feature is no longer restricted to targets + with MOVT. For example, -mcpu=cortex-m0 + now supports this option.
  • AVR

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