[wwwdoc] gcc-14: Add arm cortex-m52 cpu support

Message ID 446482c1-fa7f-48a7-b70c-d04c94075b8c@gmail.com
State Committed
Headers
Series [wwwdoc] gcc-14: Add arm cortex-m52 cpu support |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Chung-Ju Wu Jan. 10, 2024, 7:06 a.m. UTC
  Hi Gerald,

The Arm Cortex-M52 CPU has been added to the upstream:
https://gcc.gnu.org/pipermail/gcc-patches/2024-January/642230.html

I would like to document this on the gcc-14 changes.html page.
Attached is the patch for gcc-wwwdocs repository.

Is it OK?

Regards,
jasonwucj
From 2513e83f07490451eb4be593454afa1f513b6153 Mon Sep 17 00:00:00 2001
From: Chung-Ju Wu <jasonwucj@gmail.com>
Date: Thu, 7 Dec 2023 13:33:43 +0800
Subject: [PATCH] gcc-14: Add arm cortex-m52 cpu support

---
 htdocs/gcc-14/changes.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
  

Comments

Kyrylo Tkachov Jan. 10, 2024, 11:05 a.m. UTC | #1
> -----Original Message-----
> From: Chung-Ju Wu <jasonwucj@gmail.com>
> Sent: Wednesday, January 10, 2024 7:07 AM
> To: Gerald Pfeifer <gerald@pfeifer.com>; gcc-patches <gcc-
> patches@gcc.gnu.org>
> Cc: Kyrylo Tkachov <Kyrylo.Tkachov@arm.com>; Richard Earnshaw
> <Richard.Earnshaw@arm.com>; Sudakshina Das <Sudi.Das@arm.com>;
> Jason.Wu@anshingtek.com.tw
> Subject: [PATCH][wwwdoc] gcc-14: Add arm cortex-m52 cpu support
> 
> Hi Gerald,
> 
> The Arm Cortex-M52 CPU has been added to the upstream:
> https://gcc.gnu.org/pipermail/gcc-patches/2024-January/642230.html
> 
> I would like to document this on the gcc-14 changes.html page.
> Attached is the patch for gcc-wwwdocs repository.
> 
> Is it OK?

I can approve these as port maintainer. The entry is okay.
Thanks,
Kyrill

> 
> Regards,
> jasonwucj
  
Chung-Ju Wu Jan. 11, 2024, 5:25 a.m. UTC | #2
On 2024/01/10 22:52 UTC+8, Gerald Pfeifer wrote:
> On Wed, 10 Jan 2024, Kyrylo Tkachov wrote:
>>> Hi Gerald,
>>>
>>> The Arm Cortex-M52 CPU has been added to the upstream:
>>> https://gcc.gnu.org/pipermail/gcc-patches/2024-January/642230.html
>>>
>>> I would like to document this on the gcc-14 changes.html page.
>> I can approve these as port maintainer. The entry is okay.
> 
> Yes and yes, and thanks and thanks! :-)
> 
> Gerald

Hi Kyrylo & Gerald,

Thank both of you for the approval. :)

The patch is committed as:
   https://gcc.gnu.org/git/?p=gcc-wwwdocs.git;a=commit;h=b4fd94ebe3f1b50a1d83d0c3cfdad37fd467d44c


Regards,
jasonwucj
  

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index e3a68998..0e3557c7 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -328,7 +328,12 @@  a work-in-progress.</p>
 
 <!-- <h3 id="arc">ARC</h3> -->
 
-<!-- <h3 id="arm">arm</h3> -->
+<h3 id="arm">arm</h3>
+<ul>
+  <li>The Cortex-M52 CPU is now supported through the <code>cortex-m52</code>
+      argument to the <code>-mcpu</code> and <code>-mtune</code> options.
+  </li>
+</ul>
 
 <!-- <h3 id="avr">AVR</h3> -->