diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-01-10 20:10:37 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2015-01-10 20:10:37 +0100 |
commit | f1f3453e11e5cc4746a7f2945139bbf2b28cd8cd (patch) | |
tree | 65187e76869eb073b30f10ce2b8656c27694197a /libstdc++-v3 | |
parent | aecfd035204b7ddf5520279914ee228ca8c704c2 (diff) | |
download | gcc-f1f3453e11e5cc4746a7f2945139bbf2b28cd8cd.zip gcc-f1f3453e11e5cc4746a7f2945139bbf2b28cd8cd.tar.gz gcc-f1f3453e11e5cc4746a7f2945139bbf2b28cd8cd.tar.bz2 |
libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.
libgomp/
* configure.ac: Rename libgomp from "GNU OpenMP Runtime Library"
to "GNU Offloading and Multi Processing Runtime Library". Change
all users.
* configure: Regenerate.
* libgomp.texi: Update.
gcc/
* 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.
gcc/fortran/
* gfortran.texi: Update for libgomp being renamed from "GNU OpenMP
Runtime Library" to "GNU Offloading and Multi Processing Runtime
Library".
* intrinsic.texi: Likewise.
libstdc++-v3/
* doc/xml/manual/parallel_mode.xml: Update for libgomp being
renamed from "GNU OpenMP Runtime Library" to "GNU Offloading and
Multi Processing Runtime Library".
Co-Authored-By: David Malcolm <dmalcolm@redhat.com>
Co-Authored-By: Julian Brown <julian@codesourcery.com>
From-SVN: r219425
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/parallel_mode.xml | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c27250d..cd666d1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2015-01-10 Thomas Schwinge <thomas@codesourcery.com> + + * doc/xml/manual/parallel_mode.xml: Update for libgomp being + renamed from "GNU OpenMP Runtime Library" to "GNU Offloading and + Multi Processing Runtime Library". + 2015-01-09 Jonathan Wakely <jwakely@redhat.com> PR libstdc++/64476 diff --git a/libstdc++-v3/doc/xml/manual/parallel_mode.xml b/libstdc++-v3/doc/xml/manual/parallel_mode.xml index 8ddec65..abf63ca 100644 --- a/libstdc++-v3/doc/xml/manual/parallel_mode.xml +++ b/libstdc++-v3/doc/xml/manual/parallel_mode.xml @@ -106,7 +106,9 @@ It might work with other compilers, though.</para> not difficult: just compile your application with the compiler flag <literal>-fopenmp</literal>. This will 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>, + <link xmlns:xlink="http://www.w3.org/1999/xlink" + xlink:href="http://gcc.gnu.org/onlinedocs/libgomp/">GNU Offloading and + Multi Processing Runtime Library</link>, whose presence is mandatory. </para> |