aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2011-04-24 11:11:00 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2011-04-24 11:11:00 +0000
commit8179f674939ddafc3b61e89f2ec9b1cecb584590 (patch)
tree949c097e920a759b00453b0cbad7b354dbcef4c4
parentf172dd9af94dad99f91f97b5e8dcd40203036047 (diff)
downloadgcc-8179f674939ddafc3b61e89f2ec9b1cecb584590.zip
gcc-8179f674939ddafc3b61e89f2ec9b1cecb584590.tar.gz
gcc-8179f674939ddafc3b61e89f2ec9b1cecb584590.tar.bz2
parallel_mode.xml: Fix link to libgomp online documentation.
* doc/xml/manual/parallel_mode.xml: Fix link to libgomp online documentation. Expand link text. From-SVN: r172916
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/doc/xml/manual/parallel_mode.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 4e55115..629435d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,10 @@
2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
+ * doc/xml/manual/parallel_mode.xml: Fix link to libgomp online
+ documentation. Expand link text.
+
+2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
+
* libsupc++/cxxabi.h: Adjust link to FAQ entry.
2011-04-22 François Dumont <francois.cppdevs@free.fr>
diff --git a/libstdc++-v3/doc/xml/manual/parallel_mode.xml b/libstdc++-v3/doc/xml/manual/parallel_mode.xml
index ec0faf9..af71923 100644
--- a/libstdc++-v3/doc/xml/manual/parallel_mode.xml
+++ b/libstdc++-v3/doc/xml/manual/parallel_mode.xml
@@ -109,8 +109,8 @@ It might work with other compilers, though.</para>
and runtime support, in particular support for OpenMP. Adding this support is
not difficult: just compile your application with the compiler
flag <literal>-fopenmp</literal>. This will link
- in <code>libgomp</code>, the GNU
- OpenMP <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/onlinedocs/libgomp">implementation</link>,
+ in <code>libgomp</code>, the
+ OpenMP <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/onlinedocs/libgomp/">GNU implementation</link>,
whose presence is mandatory.
</para>