aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2024-01-29 19:20:25 +0100
committerFrançois Dumont <fdumont@gcc.gnu.org>2024-01-29 21:00:58 +0100
commit8d59b932396ee7f1e7553f3542b84b3c1fad0bc0 (patch)
treed84e7bc939fc9649582f531121a1804ef1a8c83e
parent4bdcc8b3bf239c48140647c19d3addebc5d4b930 (diff)
downloadgcc-8d59b932396ee7f1e7553f3542b84b3c1fad0bc0.zip
gcc-8d59b932396ee7f1e7553f3542b84b3c1fad0bc0.tar.gz
gcc-8d59b932396ee7f1e7553f3542b84b3c1fad0bc0.tar.bz2
libstdc++: Fix _GLIBCXX_DEBUG_BACKTRACE macro documentation
libstdc++-v3/ChangeLog: * doc/xml/manual/debug_mode.xml: Link against libstdc++exp.a to use _GLIBCXX_DEBUG_BACKTRACE macro.
-rw-r--r--libstdc++-v3/doc/xml/manual/debug_mode.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/xml/manual/debug_mode.xml b/libstdc++-v3/doc/xml/manual/debug_mode.xml
index dadc0cd..ac15ef6 100644
--- a/libstdc++-v3/doc/xml/manual/debug_mode.xml
+++ b/libstdc++-v3/doc/xml/manual/debug_mode.xml
@@ -165,8 +165,8 @@ which always works correctly.
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>