From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 4B5293858401; Tue, 24 Aug 2021 17:06:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B5293858401 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 6404392bcf74d2af7d171cc1df9b5c001d2218f8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 44d97225cc39f2cfbc3109c6a6473bde3886357a X-Git-Newrev: 6404392bcf74d2af7d171cc1df9b5c001d2218f8 Message-Id: <20210824170636.4B5293858401@sourceware.org> Date: Tue, 24 Aug 2021 17:06:36 +0000 (GMT) From: Jonathan Wakely 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: Tue, 24 Aug 2021 17:06:36 -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 6404392bcf74d2af7d171cc1df9b5c001d2218f8 (commit) from 44d97225cc39f2cfbc3109c6a6473bde3886357a (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 6404392bcf74d2af7d171cc1df9b5c001d2218f8 Author: Jonathan Wakely Date: Tue Aug 24 18:06:25 2021 +0100 Fix grammar in gcc-11 release notes diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index b8bb2e69..6dec8856 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -148,8 +148,8 @@ You may also want to check out our This can produce up to 25% more compact debug information compared to earlier versions.

- To take full advantage of DWARF version 5 GCC needs to be build - against binutils version 2.35.2 or higher. When GCC is build + To take full advantage of DWARF version 5 GCC needs to be built + against binutils version 2.35.2 or higher. When GCC is built against earlier versions of binutils GCC will still emit DWARF version 5 for most debuginfo data, but will generate version 4 debug line tables (even when explicitly given -gdwarf-5). ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs