From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7877) id 8CECA3858D1E; Mon, 22 Apr 2024 01:31:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8CECA3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713749504; bh=k75FTBuL4R5kIse/Ef0bLY5P7N3Q3+yqWzMgLleYPJ0=; h=To:Subject:Date:From:From; b=riNWLeW6RJiB4SGyY2dBR/2uQQ3/dZELTOJsS2zRjXEbNxkCPqrXpa0PlcBZrigqw Hxgrp9rxa5YXm7Ez82IM2SX3tGzmS6fNIZOCp36ZzBkegx6DT/Idn3CNIkHMn0mtFx XqqHlH9VlMAlH7OR0eNJT+srkAdfAZNBzOUDtzrc= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 883e5a2bf2e296dc7344795d596362fdebaa04f6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0e553e8de750c4d4b97f7102f76051ad277c8c82 X-Git-Newrev: 883e5a2bf2e296dc7344795d596362fdebaa04f6 Message-Id: <20240422013144.8CECA3858D1E@sourceware.org> Date: Mon, 22 Apr 2024 01:31:44 +0000 (GMT) From: LuluCheng 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 883e5a2bf2e296dc7344795d596362fdebaa04f6 (commit) from 0e553e8de750c4d4b97f7102f76051ad277c8c82 (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 883e5a2bf2e296dc7344795d596362fdebaa04f6 Author: Lulu Cheng Date: Fri Apr 19 14:18:52 2024 +0800 gcc-13/changes.html (LoongArch): Fix link. diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 4384c329..15a309d6 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -625,7 +625,7 @@ You may also want to check out our
  • The new command-line option -mdirect-extern-access can be used to prevent accessing external symbols through GOT.
  • -
  • The new variable attribute model +
  • The new variable attribute model has been added.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs