Commit 6ee3fd97 by Jonathan Wakely Committed by Jonathan Wakely

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
parent 714c2377
2016-09-16 Jonathan Wakely <jwakely@redhat.com> 2016-09-16 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/profile_mode.xml: Fix typo.
* doc/html/manual/profile_mode_devel.html: Regenerate.
2016-09-16 Jonathan Wakely <jwakely@redhat.com>
Marc Glisse <marc.glisse@inria.fr> Marc Glisse <marc.glisse@inria.fr>
* libsupc++/new_opa.cc [_GLIBCXX_HAVE_ALIGNED_ALLOC] * libsupc++/new_opa.cc [_GLIBCXX_HAVE_ALIGNED_ALLOC]
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<code class="code">include/profile/impl/profiler.h</code>. <code class="code">include/profile/impl/profiler.h</code>.
Hook names must start with <code class="code">__profcxx_</code>. Hook names must start with <code class="code">__profcxx_</code>.
Make sure they transform Make sure they transform
in no code with <code class="code">-D_NO_GLBICXX_PROFILE_MAGIC</code>. in no code with <code class="code">-D_NO_GLIBCXX_PROFILE_MAGIC</code>.
Make sure all calls to any method in namespace <code class="code">__gnu_profile</code> Make sure all calls to any method in namespace <code class="code">__gnu_profile</code>
is protected against reentrance using macro is protected against reentrance using macro
<code class="code">_GLIBCXX_PROFILE_REENTRANCE_GUARD</code>. <code class="code">_GLIBCXX_PROFILE_REENTRANCE_GUARD</code>.
...@@ -64,4 +64,4 @@ ...@@ -64,4 +64,4 @@
<code class="code">include/profile/impl/profiler_trace.h</code>. Use <code class="code">include/profile/impl/profiler_trace.h</code>. Use
<code class="code">__trace_vector_to_list</code> as an example. <code class="code">__trace_vector_to_list</code> as an example.
</p><p>Add documentation in file <code class="code">doc/xml/manual/profile_mode.xml</code>. </p><p>Add documentation in file <code class="code">doc/xml/manual/profile_mode.xml</code>.
</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="profile_mode_impl.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="profile_mode.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="profile_mode_diagnostics.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Implementation Issues </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Diagnostics</td></tr></table></div></body></html> </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="profile_mode_impl.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="profile_mode.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="profile_mode_diagnostics.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Implementation Issues </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Diagnostics</td></tr></table></div></body></html>
\ No newline at end of file
...@@ -619,7 +619,7 @@ it helps the user focus on the key problems and ignore the uninteresting ones. ...@@ -619,7 +619,7 @@ it helps the user focus on the key problems and ignore the uninteresting ones.
<code>include/profile/impl/profiler.h</code>. <code>include/profile/impl/profiler.h</code>.
Hook names must start with <code>__profcxx_</code>. Hook names must start with <code>__profcxx_</code>.
Make sure they transform Make sure they transform
in no code with <code>-D_NO_GLBICXX_PROFILE_MAGIC</code>. in no code with <code>-D_NO_GLIBCXX_PROFILE_MAGIC</code>.
Make sure all calls to any method in namespace <code>__gnu_profile</code> Make sure all calls to any method in namespace <code>__gnu_profile</code>
is protected against reentrance using macro is protected against reentrance using macro
<code>_GLIBCXX_PROFILE_REENTRANCE_GUARD</code>. <code>_GLIBCXX_PROFILE_REENTRANCE_GUARD</code>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment