From 1f2370855dfe07a5e47cbde7ca5e5cf39076c3c1 Mon Sep 17 00:00:00 2001 From: redi Date: Mon, 30 Apr 2018 12:17:32 +0000 Subject: [PATCH] * doc/invoke.texi (-fdebug-types-section): Fix grammar. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259761 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 532d49ea333..18af8308f7c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-04-30 Jonathan Wakely + + * doc/invoke.texi (-fdebug-types-section): Fix grammar. + 2018-04-30 Nathan Sidwell Sandra Loosemore diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e953b21b10c..606e9152cfc 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. -- 2.11.4.GIT