From 8179f674939ddafc3b61e89f2ec9b1cecb584590 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 24 Apr 2011 11:11:00 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/doc/xml/manual/parallel_mode.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4e55115f5e1..629435dc920 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2011-04-24 Gerald Pfeifer + * doc/xml/manual/parallel_mode.xml: Fix link to libgomp online + documentation. Expand link text. + +2011-04-24 Gerald Pfeifer + * libsupc++/cxxabi.h: Adjust link to FAQ entry. 2011-04-22 François Dumont diff --git a/libstdc++-v3/doc/xml/manual/parallel_mode.xml b/libstdc++-v3/doc/xml/manual/parallel_mode.xml index ec0faf9c71d..af71923d82a 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. and runtime support, in particular support for OpenMP. Adding this support is not difficult: just compile your application with the compiler flag -fopenmp. This will link - in libgomp, the GNU - OpenMP implementation, + in libgomp, the + OpenMP GNU implementation, whose presence is mandatory. -- 2.30.2