diff options
author | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-10 19:10:37 +0000 |
---|---|---|
committer | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-10 19:10:37 +0000 |
commit | c35c9a626070a8660c10a37786cedf2d6e3742c9 (patch) | |
tree | 65187e76869eb073b30f10ce2b8656c27694197a /libgomp/ChangeLog | |
parent | bf1857ff2f515927b48769df253b53bd47ac53a0 (diff) | |
download | gcc-c35c9a626070a8660c10a37786cedf2d6e3742c9.tar.gz |
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".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219425 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 11e0086516a..6e1e14169b5 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,13 @@ +2015-01-10 Thomas Schwinge <thomas@codesourcery.com> + Julian Brown <julian@codesourcery.com> + David Malcolm <dmalcolm@redhat.com> + + * 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. + 2015-01-08 Thomas Schwinge <thomas@codesourcery.com> * configure.ac [tgt_dir] (offload_additional_lib_paths): Also add |