[gcc-wwwdocs] Uncomment MCore part title
Checks
Commit Message
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
On Fri, 12 Apr 2024, Haochen Jiang wrote:
> Uncomment that and commit as obvious.
Thank you!
Gerald
@@ -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>.