From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1831) id 612F43858C36; Thu, 11 Jan 2024 03:49:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 612F43858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704944981; bh=Jwx2OVLN8s9iHWnNJN+AvTDKxi3inflKed4T2Hi6aa0=; h=To:Subject:Date:From:From; b=aeIsgYwvh2NNZRMlRhD/LGN7N3HHW1XXrAMg3rKxOeRPp8XbmHlH6UHSYnIPiwkNl 4RWS9ZdDK3LtP8AV3XpraSwBe/XrNLSqPXbTlSJLWHn+zzqdcu3s3xU8gHjWzIFtSH Gp+FfJo+HIDf1nVAPopUE9Y/GiE4ObJDgTi0gNfc= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b4fd94ebe3f1b50a1d83d0c3cfdad37fd467d44c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 310a41df61ac5f0f099acb5b903cda3e60fdbce9 X-Git-Newrev: b4fd94ebe3f1b50a1d83d0c3cfdad37fd467d44c Message-Id: <20240111034941.612F43858C36@sourceware.org> Date: Thu, 11 Jan 2024 03:49:41 +0000 (GMT) From: Chung-Ju Wu 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 b4fd94ebe3f1b50a1d83d0c3cfdad37fd467d44c (commit) from 310a41df61ac5f0f099acb5b903cda3e60fdbce9 (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 b4fd94ebe3f1b50a1d83d0c3cfdad37fd467d44c Author: Chung-Ju Wu Date: Thu Jan 11 11:48:36 2024 +0800 gcc-14: Add arm cortex-m52 cpu support diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 2c64cf67..7159404c 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -329,7 +329,12 @@ a work-in-progress.

- +

arm

+
    +
  • The Cortex-M52 CPU is now supported through the cortex-m52 + argument to the -mcpu and -mtune options. +
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs