From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id A40143858D38; Sun, 15 Jan 2023 22:14:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A40143858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673820879; bh=+pjWBqflBko2aaofeptiu6z+CJWNJFeo+Yw0T/UBDMM=; h=To:Subject:Date:From:From; b=C4j2MEzyyg0PbMy/2RtHmVkGCd40RysI8DGbMj/nBkv+vsCKV+c/r806nK7o91584 yNlsicw17Rs0xfAslyKSzwqIMPj9qNFIrfTPVLqtrqQ6z5kJHYwlejgZh/IDmLn3iY j4XXt4Q/Iz+IAivs70018SSssnWzM16jREQXtk/A= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0dd763a92cbd8213bc474021694d1c6597acfce8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 62f3016eb3bee2714a348b4aad924eebba2b5664 X-Git-Newrev: 0dd763a92cbd8213bc474021694d1c6597acfce8 Message-Id: <20230115221439.A40143858D38@sourceware.org> Date: Sun, 15 Jan 2023 22:14:39 +0000 (GMT) From: Gerald Pfeifer 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 0dd763a92cbd8213bc474021694d1c6597acfce8 (commit) from 62f3016eb3bee2714a348b4aad924eebba2b5664 (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 0dd763a92cbd8213bc474021694d1c6597acfce8 Author: Gerald Pfeifer Date: Sun Jan 15 23:13:22 2023 +0100 codingconventions: Adjust Intel BID library link diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index 348f1e1d..5519d3f9 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -764,7 +764,7 @@ FSF website, or are autogenerated. These files should not be changed without prior permission, if at all.
  • libgcc/config/libbid: The master sources come from Intel BID library -Intel BID library. +Intel BID library. Bugs should be reported to marius.cornea@intel.com and ----------------------------------------------------------------------- Summary of changes: htdocs/codingconventions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs