From f1f3453e11e5cc4746a7f2945139bbf2b28cd8cd Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 10 Jan 2015 20:10:37 +0100 Subject: 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 Co-Authored-By: Julian Brown From-SVN: r219425 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/doc/xml/manual/parallel_mode.xml | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'libstdc++-v3') 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 + + * 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 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. not difficult: just compile your application with the compiler flag -fopenmp. This will link in libgomp, the - OpenMP GNU implementation, + GNU Offloading and + Multi Processing Runtime Library, whose presence is mandatory. -- cgit v1.1