From patchwork Mon Apr 30 12:17:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 906669 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-476978-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="xGlWnQj6"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40ZNp34XKkz9s0W for ; Mon, 30 Apr 2018 22:17:13 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=ODZM0jmTRU8iLAWC0J9VY6pdeBntO/dLgCx4bxu9vHWLPv68fO5Kt DyxTc1GB2jnlzsRLds0qlXn8v72cMe2euESt3/za2ggkPBomyQsXwln1n0FZl5KF mi1AeBZr+BlGC669RQhi4PEJKSZX6Im46ZvskCPjcnv3gYl9lVkWAU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=2wWMRJMj3ZL64kVVZwd4kYvCx/g=; b=xGlWnQj6Jokhd0GnToU5 q5ZHPsSBLJw4ZZPwKm9qNLosEpjYABT/a3lvuI0EGZtY/JnGAOV9LD4hWSHVLG8X edtieSTYQCFTJOYkAawyubC+3vTXXaZq9yJEOlStO/7S15Uw0e16Y42SL3lUg6es ENQT0uxBmGTo6+yLmn/0wZM= Received: (qmail 59368 invoked by alias); 30 Apr 2018 12:17:06 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 58891 invoked by uid 89); 30 Apr 2018 12:17:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=sk:jwakely X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 30 Apr 2018 12:17:04 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7F364C04B95A for ; Mon, 30 Apr 2018 12:17:03 +0000 (UTC) Received: from localhost (unknown [10.33.36.9]) by smtp.corp.redhat.com (Postfix) with ESMTP id 159255D756 for ; Mon, 30 Apr 2018 12:17:02 +0000 (UTC) Date: Mon, 30 Apr 2018 13:17:02 +0100 From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Subject: [PATCH] doc/invoke.texi (-fdebug-types-section): Fix grammar. Message-ID: <20180430121702.GA24810@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.1 (2017-09-22) Fixes a singular vs plural mixup. Committed to trunk. commit e72e2d5538d11734cd4c9ac2b4edcf179062cf6e Author: Jonathan Wakely Date: Mon Apr 30 13:10:35 2018 +0100 * doc/invoke.texi (-fdebug-types-section): Fix grammar. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e45f467155a..94442849228 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7253,7 +7253,7 @@ with a linker that can produce GDB@ index version 7. When using DWARF Version 4 or higher, type DIEs can be put into their own @code{.debug_types} section instead of making them part of the @code{.debug_info} section. It is more efficient to put them in a separate -comdat sections since the linker can then remove duplicates. +comdat section since the linker can then remove duplicates. But not all DWARF consumers support @code{.debug_types} sections yet and on some objects @code{.debug_types} produces larger instead of smaller debugging information.