mirror of git://gcc.gnu.org/git/gcc.git
* doc/invoke.texi (-fdebug-types-section): Fix grammar.
From-SVN: r259761
This commit is contained in:
parent
bd9918c411
commit
e2df7e6df4
|
|
@ -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>
|
2018-04-30 Nathan Sidwell <nathan@acm.org>
|
||||||
Sandra Loosemore <sandra@codesourcery.com>
|
Sandra Loosemore <sandra@codesourcery.com>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
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
|
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
|
@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
|
But not all DWARF consumers support @code{.debug_types} sections yet
|
||||||
and on some objects @code{.debug_types} produces larger instead of smaller
|
and on some objects @code{.debug_types} produces larger instead of smaller
|
||||||
debugging information.
|
debugging information.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue