From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 183883858D35; Sun, 17 Oct 2021 07:11:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 183883858D35 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 72f83b2ad2cf4ce4c0ff73a4e065999842f87550 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0d0bdd64945d11ef54baac30e21501292446da22 X-Git-Newrev: 72f83b2ad2cf4ce4c0ff73a4e065999842f87550 Message-Id: <20211017071145.183883858D35@sourceware.org> Date: Sun, 17 Oct 2021 07:11:45 +0000 (GMT) From: Gerald Pfeifer X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2021 07:11:45 -0000 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 72f83b2ad2cf4ce4c0ff73a4e065999842f87550 (commit) from 0d0bdd64945d11ef54baac30e21501292446da22 (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 72f83b2ad2cf4ce4c0ff73a4e065999842f87550 Author: Gerald Pfeifer Date: Sun Oct 17 09:10:31 2021 +0200 Remove link to DWARD standard We've got a number of links to the DWARF standard on our page, which requires some link maintenance. Remove this one for GCC 7 which is unlikely to be used (much). diff --git a/htdocs/gcc-7/changes.html b/htdocs/gcc-7/changes.html index a040a80a..5bcb59b6 100644 --- a/htdocs/gcc-7/changes.html +++ b/htdocs/gcc-7/changes.html @@ -155,8 +155,7 @@ main (int argc, char **argv) UndefinedBehavior Sanitizer now diagnoses arithmetic overflows even on arithmetic operations with generic vectors. -
  • Version 5 of the DWARF debugging +
  • Version 5 of the DWARF debugging information standard is supported through the -gdwarf-5 option. The DWARF version 4 debugging information remains the default until consumers of debugging information are adjusted.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-7/changes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs