From: Jonathan Wakely Date: Wed, 11 Apr 2012 22:20:59 +0000 (+0000) Subject: debug.xml (Debug Versions of Library Binary Files): Re-arrange text slightly. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85000c08fedc99b8daed3c31320bf61da103d22e;p=gcc.git debug.xml (Debug Versions of Library Binary Files): Re-arrange text slightly. * doc/xml/manual/debug.xml (Debug Versions of Library Binary Files): Re-arrange text slightly. From-SVN: r186362 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 48366e23a3e..0b83bf67b87 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2012-04-11 Jonathan Wakely + + * doc/xml/manual/debug.xml (Debug Versions of Library Binary Files): + Re-arrange text slightly. + 2012-04-11 Jonathan Wakely * testsuite/performance/30_threads/future/polling.cc: Adjust. diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml index 7ee2abf6988..0a24c960211 100644 --- a/libstdc++-v3/doc/xml/manual/debug.xml +++ b/libstdc++-v3/doc/xml/manual/debug.xml @@ -64,8 +64,9 @@ If you would like debug symbols in libstdc++, there are two ways to - build libstdc++ with debug flags. The first is to run make from the - toplevel in a freshly-configured tree with + build libstdc++ with debug flags. The first is to create a separate + debug build by running make from the top-level of a tree + freshly-configured with --enable-libstdcxx-debug @@ -75,11 +76,11 @@ --enable-libstdcxx-debug-flags='...' - to create a separate debug build. Both the normal build and the - debug build will persist, without having to specify - CXXFLAGS, and the debug library will be installed in a - separate directory tree, in (prefix)/lib/debug. For - more information, look at the configuration section. + Both the normal build and the debug build will persist, without + having to specify CXXFLAGS, and the debug library will + be installed in a separate directory tree, in (prefix)/lib/debug. + For more information, look at the + configuration section.