Fix entry

From-SVN: r188875
This commit is contained in:
Eric Botcazou 2012-06-22 07:22:42 +00:00
parent c43470b1f6
commit 1a102c521e
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@
(gen_namespace_die): Call add_pubname_string.
(dwarf2out_finish): Call add_AT_pubnames; Move logic on when to
produce pubnames and pubtypes sections to output_pubnames.
(common.opt): New option '-gpubnames'.
(invoke.texi): Document it.
* common.opt (-gpubnames): New option.
* doc/invoke.texi: Document it.
2012-06-21 Steven Bosscher <steven@gcc.gnu.org>