From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id F0CCB385843D for ; Tue, 24 Aug 2021 17:07:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F0CCB385843D Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-429-MDwHmDhLNCGnvwMBLJgPVw-1; Tue, 24 Aug 2021 13:07:32 -0400 X-MC-Unique: MDwHmDhLNCGnvwMBLJgPVw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E9AE1195D590 for ; Tue, 24 Aug 2021 17:06:59 +0000 (UTC) Received: from localhost (unknown [10.33.36.8]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9B2CD1893C for ; Tue, 24 Aug 2021 17:06:59 +0000 (UTC) Date: Tue, 24 Aug 2021 18:06:58 +0100 From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: Fix grammar in gcc-11 release notes Message-ID: MIME-Version: 1.0 X-Clacks-Overhead: GNU Terry Pratchett X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: multipart/mixed; boundary="N+NOVJmR9QfGhtFx" Content-Disposition: inline X-Spam-Status: No, score=-14.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2021 17:07:36 -0000 --N+NOVJmR9QfGhtFx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Committed as obvious. --N+NOVJmR9QfGhtFx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" 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). --N+NOVJmR9QfGhtFx--