aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2006-02-24 22:56:57 +0000
committerDiego Novillo <dnovillo@gcc.gnu.org>2006-02-24 17:56:57 -0500
commit8d669cbd5bed61e1f90a561b86a536ca70add18c (patch)
tree8c63763b8cbd705e0e3d7a0f9beb3a9ef6e606dd
parentf44a5ab6092d11aa6e681818e561c09ddb5e1ece (diff)
downloadgcc-8d669cbd5bed61e1f90a561b86a536ca70add18c.zip
gcc-8d669cbd5bed61e1f90a561b86a536ca70add18c.tar.gz
gcc-8d669cbd5bed61e1f90a561b86a536ca70add18c.tar.bz2
invoke.texi: Move -fopenmp description to "Options for Code Generation".
* doc/invoke.texi: Move -fopenmp description to "Options for Code Generation". Remove reference to -lgomp. From-SVN: r111429
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/invoke.texi17
2 files changed, 14 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5820232..938c004 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-24 Diego Novillo <dnovillo@redhat.com>
+
+ * doc/invoke.texi: Move -fopenmp description to "Options for
+ Code Generation".
+ Remove reference to -lgomp.
+
2006-02-24 David Edelsohn <edelsohn@gnu.org>
* doc/install.texi: Require GNU tar version 1.14.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index a81ab58..6a38582 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -4731,15 +4731,6 @@ instrumentation (and therefore faster execution) and still provides
some protection against outright memory corrupting writes, but allows
erroneously read data to propagate within a program.
-@item -fopenmp
-@opindex fopenmp
-@cindex openmp parallel
-Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and
-@code{!$omp} in Fortran. When @option{-fopenmp} is specified, the
-compiler generates parallel code according to the OpenMP Application
-Program Interface v2.5. To generate the final exectuable, the runtime
-library @code{libgomp} must be linked in using @option{-lgomp}.
-
@item -fstrength-reduce
@opindex fstrength-reduce
Perform the optimizations of loop strength reduction and
@@ -13306,6 +13297,14 @@ operator delete must always be of default visibility.
An overview of these techniques, their benefits and how to use them
is at @w{@uref{http://gcc.gnu.org/wiki/Visibility}}.
+@item -fopenmp
+@opindex fopenmp
+@cindex openmp parallel
+Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and
+@code{!$omp} in Fortran. When @option{-fopenmp} is specified, the
+compiler generates parallel code according to the OpenMP Application
+Program Interface v2.5 @w{@uref{http://www.openmp.org/}}.
+
@end table
@c man end