diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2018-04-30 13:17:32 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2018-04-30 13:17:32 +0100 |
commit | e2df7e6df4b08b930bb0045cdb626dd4940f46ae (patch) | |
tree | d52cd039ac94246378d4b1fd407a159a73814c5a | |
parent | bd9918c41171a12b7fc05e9432808edbe6a2db55 (diff) | |
download | gcc-e2df7e6df4b08b930bb0045cdb626dd4940f46ae.zip gcc-e2df7e6df4b08b930bb0045cdb626dd4940f46ae.tar.gz gcc-e2df7e6df4b08b930bb0045cdb626dd4940f46ae.tar.bz2 |
* doc/invoke.texi (-fdebug-types-section): Fix grammar.
From-SVN: r259761
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 532d49e..18af830 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-04-30 Jonathan Wakely <jwakely@redhat.com> + + * doc/invoke.texi (-fdebug-types-section): Fix grammar. + 2018-04-30 Nathan Sidwell <nathan@acm.org> Sandra Loosemore <sandra@codesourcery.com> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e953b21..606e915 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. |