diff mbox series

[gcc-wwwdocs] Uncomment MCore part title

Message ID 20240412083705.723596-1-haochen.jiang@intel.com
State New
Headers show
Series [gcc-wwwdocs] Uncomment MCore part title | expand

Commit Message

Jiang, Haochen April 12, 2024, 8:37 a.m. UTC
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(-)

Comments

Gerald Pfeifer April 12, 2024, 8:48 a.m. UTC | #1
On Fri, 12 Apr 2024, Haochen Jiang wrote:
> Uncomment that and commit as obvious.

Thank you!

Gerald
diff mbox series

Patch

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