This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via b70633d48603da6175aaa1ba0157bd451d7c0c18 (commit) from 803c0e440c2f90e432cf7f934df96e19232c62ca (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b70633d48603da6175aaa1ba0157bd451d7c0c18 Author: Xi Ruoyao <xry...@xry111.site> Date: Wed Jun 5 13:11:37 2024 +0800 gcc-14/changes: Fix mislocated </code> in RISC-V changes diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 6447898e..7a5eb449 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -1218,9 +1218,9 @@ __asm (".global __flmap_lock" "\n\t" configured with <code>--with-tls=[trad|desc]</code>.</li> <li>Support for the TLS descriptors, this can be enabled by <code>-mtls-dialect=desc</code> and the default behavior can be configure - by <code>--with-tls=[trad|desc], and this feature require glibc 2.40, + by <code>--with-tls=[trad|desc]</code>, and this feature require glibc 2.40, thanks to Tatsuyuki Ishi from - <a href="https://bluewhale.systems/">Blue Whale Systems</a></code> + <a href="https://bluewhale.systems/">Blue Whale Systems</a>. </li> <li>Support for the following standard extensions has been added: <ul> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs