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