From patchwork Wed Jun 5 05:15:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xi Ruoyao X-Patchwork-Id: 1943650 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=xry111.site header.i=@xry111.site header.a=rsa-sha256 header.s=default header.b=RhIXjt6Z; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VvFzk2xhTz20WK for ; Wed, 5 Jun 2024 15:16:02 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 977ED3806BDE for ; Wed, 5 Jun 2024 05:15:59 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from xry111.site (xry111.site [89.208.246.23]) by sourceware.org (Postfix) with ESMTPS id D24A23806BCF for ; Wed, 5 Jun 2024 05:15:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D24A23806BCF Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=xry111.site Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xry111.site ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D24A23806BCF Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=89.208.246.23 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1717564543; cv=none; b=g1AX9rCX3i4Ki/cFfqni775dZ2EzQI0wsSg0F4mQfdYvhpajX7VmuMAhrLqLUsBIMvK/HPHP4c6gkIgUW6ofzSMMGIdf2xxh1FNWRaENfzI5dD37j/EqLkNLhKDLrlPY2wxqlQ5NKqifarmgaCFKmgi6GLNGE2L+24E3bsZKIjg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1717564543; c=relaxed/simple; bh=UieIW9cgh9m7Q035XhcoCZFkJJykSHtVrcMa/Ef9bWk=; h=DKIM-Signature:Message-ID:Subject:From:To:Date:MIME-Version; b=T3tDyzOVU6UJIuGxq2grw2IvoPrQsx6xziBnPxn1DdS8QvZJT7/+h8aABlqKfRehHEvvCjGku1axb5CHpp5OHUktSShtzb+5jB47ti+zweHTJ0XIz4rziAPVFtcC3HQI67WuuOc6VW4Ur8eWJ4dLdZ6EyIQRsIn7nfyZOPMG2QU= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1717564539; bh=UieIW9cgh9m7Q035XhcoCZFkJJykSHtVrcMa/Ef9bWk=; h=Subject:From:To:Date:From; b=RhIXjt6Z4lUXAAACzM6lqf16o2Y8e3optC/nIN9nqh+v+5/a6CtzxEwvKrop6KlFB IyVKPmljFQAa8QhzUi2mg4zXn8+OXYAL8Lh/IeX9FxvgELxTk/z7JKOqSxR8sH8e7w q2cg4LbF3b29l/M2yDPj8FyRpRRw3MEE9TwoO08s= Received: from [IPv6:240e:358:111d:4300:dc73:854d:832e:6] (unknown [IPv6:240e:358:111d:4300:dc73:854d:832e:6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id D083A66FA3 for ; Wed, 5 Jun 2024 01:15:38 -0400 (EDT) Message-ID: <21adea48f2a4f6d88b785b59af286dc5583e2c2d.camel@xry111.site> Subject: pushed: wwwdocs: [PATCH] gcc-14/changes: Fix mislocated in RISC-V changes From: Xi Ruoyao To: gcc-patches@gcc.gnu.org Date: Wed, 05 Jun 2024 13:15:34 +0800 User-Agent: Evolution 3.52.2 MIME-Version: 1.0 X-Spam-Status: No, score=-9.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, LIKELY_SPAM_FROM, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org --- Pushed as obvious. htdocs/gcc-14/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: