diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-11 22:20:59 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-11 22:20:59 +0000 |
commit | af061a95572ac139b15c04e69e5a3824f807008b (patch) | |
tree | c2daa8815147de67cfed540e56f977e7e7552560 /libstdc++-v3 | |
parent | 886bfde4d2c50b559c267d682909eb553e9bcfc5 (diff) | |
download | gcc-af061a95572ac139b15c04e69e5a3824f807008b.tar.gz |
* doc/xml/manual/debug.xml (Debug Versions of Library Binary Files):
Re-arrange text slightly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/debug.xml | 15 |
2 files changed, 13 insertions, 7 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 48366e23a3e..0b83bf67b87 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2012-04-11 Jonathan Wakely <jwakely.gcc@gmail.com> + * doc/xml/manual/debug.xml (Debug Versions of Library Binary Files): + Re-arrange text slightly. + +2012-04-11 Jonathan Wakely <jwakely.gcc@gmail.com> + * testsuite/performance/30_threads/future/polling.cc: Adjust. 2012-04-11 Paolo Carlini <paolo.carlini@oracle.com> 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 @@ <para> 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 </para> <programlisting> --enable-libstdcxx-debug @@ -75,11 +76,11 @@ --enable-libstdcxx-debug-flags='...' </programlisting> <para> - to create a separate debug build. Both the normal build and the - debug build will persist, without having to specify - <code>CXXFLAGS</code>, and the debug library will be installed in a - separate directory tree, in <code>(prefix)/lib/debug</code>. For - more information, look at the <link linkend="manual.intro.setup.configure">configuration</link> section. + Both the normal build and the debug build will persist, without + having to specify <code>CXXFLAGS</code>, and the debug library will + be installed in a separate directory tree, in <code>(prefix)/lib/debug</code>. + For more information, look at the + <link linkend="manual.intro.setup.configure">configuration</link> section. </para> <para> |