libstdc++-v3/ChangeLog:
* doc/xml/manual/debug_mode.xml: Link against libstdc++exp.a to use
_GLIBCXX_DEBUG_BACKTRACE macro.
It requires that you configure libstdc++ build with
<option>--enable-libstdcxx-backtrace=yes</option>.
Use <code>-D_GLIBCXX_DEBUG_BACKTRACE</code> to activate it.
- You'll then have to link with libstdc++_libbacktrace static library
- (<option>-lstdc++_libbacktrace</option>) to build your application.</para>
+ You'll then have to link against libstdc++exp static library
+ (<option>-lstdc++exp</option>) to build your application.</para>
</section>
<section xml:id="debug_mode.using.specific" xreflabel="Using Specific"><info><title>Using a Specific Debug Container</title></info>