From: Jonathan Wakely Date: Fri, 16 Sep 2016 22:09:15 +0000 (+0100) Subject: Fix typo in Libstdc++ Profile Mode docs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ee3fd9742d3c0463ea6b7d5d195f2be4e9c31fa;p=gcc.git Fix typo in Libstdc++ Profile Mode docs * doc/xml/manual/profile_mode.xml: Fix typo. * doc/html/manual/profile_mode_devel.html: Regenerate. From-SVN: r240204 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 21ee3fd70f0..765460b3f8b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2016-09-16 Jonathan Wakely + + * doc/xml/manual/profile_mode.xml: Fix typo. + * doc/html/manual/profile_mode_devel.html: Regenerate. + 2016-09-16 Jonathan Wakely Marc Glisse diff --git a/libstdc++-v3/doc/html/manual/profile_mode_devel.html b/libstdc++-v3/doc/html/manual/profile_mode_devel.html index cb0c9de828b..2521dd66811 100644 --- a/libstdc++-v3/doc/html/manual/profile_mode_devel.html +++ b/libstdc++-v3/doc/html/manual/profile_mode_devel.html @@ -34,7 +34,7 @@ include/profile/impl/profiler.h. Hook names must start with __profcxx_. Make sure they transform - in no code with -D_NO_GLBICXX_PROFILE_MAGIC. + in no code with -D_NO_GLIBCXX_PROFILE_MAGIC. Make sure all calls to any method in namespace __gnu_profile is protected against reentrance using macro _GLIBCXX_PROFILE_REENTRANCE_GUARD. @@ -64,4 +64,4 @@ include/profile/impl/profiler_trace.h. Use __trace_vector_to_list as an example.

Add documentation in file doc/xml/manual/profile_mode.xml. -

\ No newline at end of file +

diff --git a/libstdc++-v3/doc/xml/manual/profile_mode.xml b/libstdc++-v3/doc/xml/manual/profile_mode.xml index 0125f55a629..2f5eb6bfe51 100644 --- a/libstdc++-v3/doc/xml/manual/profile_mode.xml +++ b/libstdc++-v3/doc/xml/manual/profile_mode.xml @@ -619,7 +619,7 @@ it helps the user focus on the key problems and ignore the uninteresting ones. include/profile/impl/profiler.h. Hook names must start with __profcxx_. Make sure they transform - in no code with -D_NO_GLBICXX_PROFILE_MAGIC. + in no code with -D_NO_GLIBCXX_PROFILE_MAGIC. Make sure all calls to any method in namespace __gnu_profile is protected against reentrance using macro _GLIBCXX_PROFILE_REENTRANCE_GUARD.