public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][wwwdoc] gcc-14: Add arm cortex-m52 cpu support
@ 2024-01-10  7:06 Chung-Ju Wu
  2024-01-10 11:05 ` Kyrylo Tkachov
  0 siblings, 1 reply; 3+ messages in thread
From: Chung-Ju Wu @ 2024-01-10  7:06 UTC (permalink / raw)
  To: Gerald Pfeifer, gcc-patches
  Cc: Kyrylo Tkachov, Richard Earnshaw, Sudakshina Das, Jason.Wu

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

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

[-- Attachment #2: 0001-gcc-14-Add-arm-cortex-m52-cpu-support.patch --]
[-- Type: text/plain, Size: 825 bytes --]

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(-)

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> -->
 
-- 
2.34.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-11  5:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-10  7:06 [PATCH][wwwdoc] gcc-14: Add arm cortex-m52 cpu support Chung-Ju Wu
2024-01-10 11:05 ` Kyrylo Tkachov
     [not found]   ` <4aaf1bb1-2078-5bcd-8287-4daba9e89a68@pfeifer.com>
2024-01-11  5:25     ` Chung-Ju Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).