On 3 January 2013 05:14, Gerald Pfeifer wrote:
> On Sat, 15 Dec 2012, Jonathan Wakely wrote:
>> Committed to wwwdocs.
>
> Thanks, Jonathan.
>
> Where it says, "Added <code>--disable-libstdcxx-verbose</code> configure
> option", would it make sense to add a half-sentence that describes the
> purpose of this option?

Well ideally I'd just link to the libstdc++ documentation describing
the option, but of course onlinedocs is still far too old to show the
new option!  So here's another wwwdocs patch, which I've committed.
Index: htdocs/gcc-4.8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.78
diff -u -r1.78 changes.html
--- htdocs/gcc-4.8/changes.html 7 Jan 2013 22:31:45 -0000       1.78
+++ htdocs/gcc-4.8/changes.html 8 Jan 2013 00:16:31 -0000
@@ -239,7 +239,11 @@
              <code>hoyt_distribution</code>. </li>
        </ul>
      </li>
-     <li>Added <code>--disable-libstdcxx-verbose</code> configure option. </li>
+     <li>Added <code>--disable-libstdcxx-verbose</code> configure option
+         to disable diagnostic messages issued when a process terminates
+         abnormally. This may be useful for embedded systems to reduce the
+         size of executables that link statically to the library.
+     </li>
   </ul>
 
 <h3 id="fortran">Fortran</h3>

Reply via email to