aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/doc/install.texi3
-rw-r--r--gcc/doc/sourcebuild.texi2
-rw-r--r--gcc/fortran/ChangeLog7
-rw-r--r--gcc/fortran/gfortran.texi5
-rw-r--r--gcc/fortran/intrinsic.texi3
6 files changed, 22 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 15a47fc..70a8cac 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2015-01-10 Thomas Schwinge <thomas@codesourcery.com>
+
+ * doc/install.texi: Update for libgomp being renamed from "GNU
+ OpenMP Runtime Library" to "GNU Offloading and Multi Processing
+ Runtime Library".
+ * doc/sourcebuild.texi: Likewise.
+
2015-01-10 Anthony Green <green@moxielogic.com>
* config/moxie/moxie.c (moxie_option_override): Fix forcing of
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 94e039d..c9e3bf1 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1594,7 +1594,8 @@ Specify that the Fortran front end and @code{libgfortran} do not add
support for @code{libquadmath} on systems supporting it.
@item --disable-libgomp
-Specify that the run-time libraries used by GOMP should not be built.
+Specify that the GNU Offloading and Multi Processing Runtime Library
+should not be built.
@item --disable-libvtv
Specify that the run-time libraries used by vtable verification
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 4be383c..b8b6a06 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -89,7 +89,7 @@ The Go runtime library. The bulk of this library is mirrored from the
@uref{http://code.google.com/@/p/@/go/, master Go repository}.
@item libgomp
-The GNU OpenMP runtime library.
+The GNU Offloading and Multi Processing Runtime Library.
@item libiberty
The @code{libiberty} library, used for portability and for some
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index c10a1db..c21b46e 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,10 @@
+2015-01-10 Thomas Schwinge <thomas@codesourcery.com>
+
+ * gfortran.texi: Update for libgomp being renamed from "GNU OpenMP
+ Runtime Library" to "GNU Offloading and Multi Processing Runtime
+ Library".
+ * intrinsic.texi: Likewise.
+
2015-01-10 Tobias Burnus <burnus@net-b.de>
PR fortran/64522
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index cf96b0b..5cc624a 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -1910,8 +1910,9 @@ directives in fixed form; the @code{!$} conditional compilation sentinels
in free form; and the @code{c$}, @code{*$} and @code{!$} sentinels
in fixed form, @command{gfortran} needs to be invoked with the
@option{-fopenmp}. This also arranges for automatic linking of the
-GNU OpenMP runtime library @ref{Top,,libgomp,libgomp,GNU OpenMP
-runtime library}.
+GNU Offloading and Multi Processing Runtime Library
+@ref{Top,,libgomp,libgomp,GNU Offloading and Multi Processing Runtime
+Library}.
The OpenMP Fortran runtime library routines are provided both in a
form of a Fortran 90 module named @code{omp_lib} and in a form of
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
index 41f499e..36c70d9 100644
--- a/gcc/fortran/intrinsic.texi
+++ b/gcc/fortran/intrinsic.texi
@@ -14030,7 +14030,8 @@ The OpenMP Fortran runtime library routines are provided both in
a form of two Fortran 90 modules, named @code{OMP_LIB} and
@code{OMP_LIB_KINDS}, and in a form of a Fortran @code{include} file named
@file{omp_lib.h}. The procedures provided by @code{OMP_LIB} can be found
-in the @ref{Top,,Introduction,libgomp,GNU OpenMP runtime library} manual,
+in the @ref{Top,,Introduction,libgomp,GNU Offloading and Multi
+Processing Runtime Library} manual,
the named constants defined in the modules are listed
below.