Obvious fix to Changelog entry.
authorSterling Augustine <sterling@gcc.gnu.org>
Mon, 25 Jun 2012 20:59:42 +0000 (20:59 +0000)
committerSterling Augustine <sterling@gcc.gnu.org>
Mon, 25 Jun 2012 20:59:42 +0000 (20:59 +0000)
From-SVN: r188961

gcc/ChangeLog

index 677e813033f3fa096328c6ed3ca95a39ddad9c21..14ec1a0789e3a1bed79ba4b1faf00519d7462e5b 100644 (file)
        (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 (-gpubnames): New option.
+       * common.opt: New option '-gpubnames'.
        * doc/invoke.texi: Document it.
 
 2012-06-21  Steven Bosscher  <steven@gcc.gnu.org>