public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [gcc-wwwdocs PATCH] Uncomment MCore part title
@ 2024-04-12  8:37 Haochen Jiang
  2024-04-12  8:48 ` Gerald Pfeifer
  0 siblings, 1 reply; 2+ messages in thread
From: Haochen Jiang @ 2024-04-12  8:37 UTC (permalink / raw)
  To: gcc-patches; +Cc: gerald

Hi all,

When I am checking GCC14 documentation, I found that MCore forgot to uncomment
the title for their part, which caused the documentation is mixed with x86.

Uncomment that and commit as obvious.

Thx,
Haochen

---
 htdocs/gcc-14/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 14301157..8ac08e9a 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -828,7 +828,7 @@ __asm (".global __flmap_lock"  "\n\t"
   </li>
 </ul>
 
-<!-- <h3 id="mcore">MCore</h3> -->
+<h3 id="mcore">MCore</h3>
 <ul>
   <li>Bitfields are now signed by default per GCC policy.  If you need bitfields
     to be unsigned, use <code>-funsigned-bitfields</code>.
-- 
2.31.1


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

* Re: [gcc-wwwdocs PATCH] Uncomment MCore part title
  2024-04-12  8:37 [gcc-wwwdocs PATCH] Uncomment MCore part title Haochen Jiang
@ 2024-04-12  8:48 ` Gerald Pfeifer
  0 siblings, 0 replies; 2+ messages in thread
From: Gerald Pfeifer @ 2024-04-12  8:48 UTC (permalink / raw)
  To: Haochen Jiang; +Cc: gcc-patches

On Fri, 12 Apr 2024, Haochen Jiang wrote:
> Uncomment that and commit as obvious.

Thank you!

Gerald

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

end of thread, other threads:[~2024-04-12  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-12  8:37 [gcc-wwwdocs PATCH] Uncomment MCore part title Haochen Jiang
2024-04-12  8:48 ` Gerald Pfeifer

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