From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7856) id 0BBDA3816B3A; Wed, 5 Jun 2024 05:12:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0BBDA3816B3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717564355; bh=UCNV7/vrz3O2nPkS8WGaTu2J1LFQR6ojVQROLJQkytU=; h=To:Subject:Date:From:From; b=YRKtsSJ0ehy+MsOpLVXI9CLy1AhLqoLAY/ZkM5XPashNE7PU3ug8PW3w2yoHvPus9 X/mHC3Xg4cGkROI3XGs8Qb+iM/sRd/Ak3MrulwcRhmCJOdzDxN2Y/S3GOOV15a0MNp xd4BnpmflSbDEYiv85/xt3NINQWa/ajrnQnSd9KE= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b70633d48603da6175aaa1ba0157bd451d7c0c18 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 803c0e440c2f90e432cf7f934df96e19232c62ca X-Git-Newrev: b70633d48603da6175aaa1ba0157bd451d7c0c18 Message-Id: <20240605051235.0BBDA3816B3A@sourceware.org> Date: Wed, 5 Jun 2024 05:12:35 +0000 (GMT) From: Xi Ruoyao List-Id: 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 Date: Wed Jun 5 13:11:37 2024 +0800 gcc-14/changes: Fix mislocated 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 --with-tls=[trad|desc].
  • Support for the TLS descriptors, this can be enabled by -mtls-dialect=desc and the default behavior can be configure - by --with-tls=[trad|desc], and this feature require glibc 2.40, + by --with-tls=[trad|desc], and this feature require glibc 2.40, thanks to Tatsuyuki Ishi from - Blue Whale Systems + Blue Whale Systems.
  • Support for the following standard extensions has been added:
      ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs