]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.
authorThomas Schwinge <thomas@codesourcery.com>
Sat, 10 Jan 2015 19:10:37 +0000 (20:10 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Sat, 10 Jan 2015 19:10:37 +0000 (20:10 +0100)
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

78 files changed:
gcc/ChangeLog
gcc/doc/install.texi
gcc/doc/sourcebuild.texi
gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi
gcc/fortran/intrinsic.texi
libgomp/ChangeLog
libgomp/alloc.c
libgomp/barrier.c
libgomp/config/bsd/proc.c
libgomp/config/linux/affinity.c
libgomp/config/linux/alpha/futex.h
libgomp/config/linux/bar.c
libgomp/config/linux/bar.h
libgomp/config/linux/futex.h
libgomp/config/linux/ia64/futex.h
libgomp/config/linux/lock.c
libgomp/config/linux/mips/futex.h
libgomp/config/linux/mutex.c
libgomp/config/linux/mutex.h
libgomp/config/linux/powerpc/futex.h
libgomp/config/linux/proc.c
libgomp/config/linux/proc.h
libgomp/config/linux/ptrlock.c
libgomp/config/linux/ptrlock.h
libgomp/config/linux/s390/futex.h
libgomp/config/linux/sem.c
libgomp/config/linux/sem.h
libgomp/config/linux/sparc/futex.h
libgomp/config/linux/tile/futex.h
libgomp/config/linux/wait.h
libgomp/config/linux/x86/futex.h
libgomp/config/mingw32/proc.c
libgomp/config/mingw32/time.c
libgomp/config/posix/affinity.c
libgomp/config/posix/bar.c
libgomp/config/posix/bar.h
libgomp/config/posix/lock.c
libgomp/config/posix/mutex.h
libgomp/config/posix/proc.c
libgomp/config/posix/ptrlock.h
libgomp/config/posix/sem.c
libgomp/config/posix/sem.h
libgomp/config/posix/time.c
libgomp/configure
libgomp/configure.ac
libgomp/critical.c
libgomp/env.c
libgomp/error.c
libgomp/fortran.c
libgomp/iter.c
libgomp/iter_ull.c
libgomp/libgomp.h
libgomp/libgomp.texi
libgomp/libgomp_f.h.in
libgomp/libgomp_g.h
libgomp/libgomp_target.h
libgomp/loop.c
libgomp/loop_ull.c
libgomp/omp.h.in
libgomp/omp_lib.f90.in
libgomp/omp_lib.h.in
libgomp/ordered.c
libgomp/parallel.c
libgomp/sections.c
libgomp/single.c
libgomp/splay-tree.h
libgomp/target.c
libgomp/task.c
libgomp/team.c
libgomp/work.c
liboffloadmic/plugin/Makefile.am
liboffloadmic/plugin/Makefile.in
liboffloadmic/plugin/configure.ac
liboffloadmic/plugin/libgomp-plugin-intelmic.cpp
liboffloadmic/plugin/offload_target_main.cpp
libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/parallel_mode.xml

index 15a47fc9c5080f2c5aee189425e83b0a32f50143..70a8cac2d62e33e9775a1e7423773af948237879 100644 (file)
@@ -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
index 94e039d09a18d6920c294002ec8dcdef9c73d6ef..c9e3bf1f77b5087f7a2cff11f85378d0c2cf256a 100644 (file)
@@ -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
index 4be383c58b452309d6a543e8c166ef394ad80faf..b8b6a06124af6dabbe6fccacb346eb39958d5124 100644 (file)
@@ -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
index c10a1dba024cf8a87b2c54ddd6c29e245b0a40d8..c21b46ee99619d262cd7e91048890b454141deeb 100644 (file)
@@ -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
index cf96b0b7b06dbfc816dd4b8bb07370f9b39ebff8..5cc624a12bc49c494598f53c6a7254fb6c44611e 100644 (file)
@@ -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
index 41f499e084a6d47f961ff17311b415c3233c0ed5..36c70d9b9234ae9d15f611be6bd2edf562fcf893 100644 (file)
@@ -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.
 
index 11e0086516a794d6928bbd886184e6e83e1f032b..6e1e14169b5a52962ab2838d709e9f5368af5779 100644 (file)
@@ -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
index de996ee39efa58e926a7e2a1a3aced72720d9be5..f738a663d2b63360c600da0c049ee8df5323f1de 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index c9a3478b99394f3f3aae4b7b29dca081f4c20ee0..c17660ca386b47c59c1a0b8380a8c205a51b87b1 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index ab026f083f1625612d46737f7f4bfd44dd6d608f..9a435e1b297d32504e3988b5499a6bcf1ca3f4fd 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index d909cea87f4f2efc4108c38f724073997c192715..17b65afb49abc39881fa18376d8eb8e55aa0bb61 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2006-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index dd39d84bfcd455b73eeab0b0c4bc1faee035516d..b8e106638973e34081669d89b0872e3b860c9213 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 7ae7388ded5330922884553504378ab301809961..51fbd991177780d93c5a746f3890e9c6eb92e8ae 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 4a48651ab28a479b052af03b8e397b2ed99b3205..3236436b180e3c940d2a569edaf198b44ac948ab 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 5e54c416eb8d90ed718e2242110b1fb7a178c7e5..c99ea37d81acf5f7bfea0cd03e0a87f87aba6b07 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2010-2015 Free Software Foundation, Inc.
    Contributed by ARM Ltd.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 03f8ac921ae52db4dd90b91e508fc39a2e6bb538..b63cd206e1d657bb419446d814948d583a9596c4 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index b02b8801e39f4ce835090fc9badcf2343e0b1516..32cd21d605d02850cd8ca8d8f159df9aeaff110c 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 915d9b65efab189685eca97fffc0b249fa91867b..927a702ebce74b949290c69d70c8ac8ee6d0b185 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Ilie Garbacea <ilie@mips.com>, Chao-ying Fu <fu@mips.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 4a16754efb5d8a926db419dff4f7c43bd1384e5c..7ab05a7b3e1810d0ed22a1b5dcf4f89be0463df3 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 93658f7cf5516db17c0dbcc89db285a7b02e937c..617195e742ad96974ff63591ec13a5377a856ea6 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 7d8f79b06ceeee6daad1c75a57fa02b126f9e3f3..4c1bcfba2d4c02b874a0f72cd0629e04cf396df9 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 18ecfe15c67e64785366e9b988c22d8a1e1a27a0..64964eed9993822f0ebf71989c9b46f5616f571f 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 9132f9eeb082886ff31b3c1e42665dbb95159251..22ad529f6c6e030f7c163903de40b2f305226f39 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2011-2015 Free Software Foundation, Inc.
    Contributed by Uros Bizjak <ubizjak@gmail.com>
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 9a6fb6d1d3e8ac63ed01a9874bdd51d5ad9738f2..5feb73571f3b1932431adc777f31ec09ac60610a 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2008-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index c3ff9df80a71603f6200defe702b7adbe0a417ec..35ac464f5f615021ab4cc89af750fc6f64715754 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2008-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index d1daefdcf03758bde00d973530b5ab16620060c2..d99eba94de656a318579393347f0b2a5ecf25329 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 64363847785c6f72f3e1a03989493c0d5d7436e5..7485de21f63fb1a44b179e0c8a30bbf11517a939 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 4fb11135f55ca83619d5b972510c283a68908b03..a710c99fe18080574b8ec746e15c91c110c7d9a6 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 483536a67954919927caeb22417ca1d7dac354cc..a4d215281aa2a83792a74a8bd2bea43b23d47eba 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index db05da180e34b269512c1dda72c0ae4cbb84d955..a9836a72b1797e6e4245bea70225e83152f72002 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2011-2015 Free Software Foundation, Inc.
    Contributed by Walter Lee (walt@tilera.com)
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 34803db9599da71da7d6db009dfd755bf2ea79ab..96d2fbe5f8c3f3eadf2eefbfccca90301b41dc0d 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2008-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 007287642ea24ef0b702bfdb5fbfe736d9f4cdd5..6c6d317e5959d91387f3a6581c773cc28b8e4d40 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index bd68fd8382467916a1d03c41121df9f7803342e1..99766ab270ce5055230890f680b7bb58e27824e4 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2007-2015 Free Software Foundation, Inc.
    Contributed by Danny Smith <dannysmith@users.sourceforge.net>
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 58b2c8ed6567f3a201a2ebe54f59f5696a9c0a15..cf0d25c0e02174ffcbcbbce2535abaaf033f7fa9 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2006-2015 Free Software Foundation, Inc.
    Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index efd0aacde3fe9e4424a3683b2a049bc085eb802e..6840d3a727d781eb3520820648d6d269b8be73ff 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2006-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 7f31dfd8f9044780e84f21826d43d9898a8a2268..de66d6c14fbf23ff1dd9623586bd6bb6a3a3aac9 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 47f0b100e334f40d8a14d8b9b6107d46bb94c830..3b29c319909eaf5e12ae26fa88e9c51c0f832325 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index a77d2af50fc92fd7896e73de4312772525eb875d..6cbc1c3cccd865097ac967fe2a7d9ea3ef727c59 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 46deee23f659bdef344f89a015ccfe99bee278cd..5b46026e447629c7213f03600cd9bb7bc83b956c 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 27697155b577608afa6ca2d6ace7797c94d9ae24..2f1cab999e2c9381a3abca7fb7a44acc59f29859 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 53dcd834d5e64fccf609c29bcc7a144cb2d0fb35..86faad780a660e670ffa7dfc5606137987e3ad4e 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2008-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 59e4c45f1db5cb5fb4e778d3336283319e56f6c0..4b8fb083154193d6c95393b8254290f96b18ebd9 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index df39b53c4afdae80047e23fb95a14e2d80290ece..51ba379dad6a844b32a17215d1ac8b0ec0531396 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 26c2f286a6219964cb37c891db46695ddf75ceda..cb8b4c3fd7ebaf11cd96d6257dab4cef728fa6a5 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index d109fc1677aea6ca5809998903946aaa40bb4c44..3214e9dd84f50fef0f55b0b07dc2e2d8a3558895 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for GNU OpenMP Runtime Library 1.0.
+# Generated by GNU Autoconf 2.64 for GNU Offloading and Multi Processing Runtime Library 1.0.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -554,10 +554,10 @@ MFLAGS=
 MAKEFLAGS=
 
 # Identity of this package.
-PACKAGE_NAME='GNU OpenMP Runtime Library'
+PACKAGE_NAME='GNU Offloading and Multi Processing Runtime Library'
 PACKAGE_TARNAME='libgomp'
 PACKAGE_VERSION='1.0'
-PACKAGE_STRING='GNU OpenMP Runtime Library 1.0'
+PACKAGE_STRING='GNU Offloading and Multi Processing Runtime Library 1.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL='http://www.gnu.org/software/libgomp/'
 
@@ -1324,7 +1324,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GNU OpenMP Runtime Library 1.0 to adapt to many kinds of systems.
+\`configure' configures GNU Offloading and Multi Processing Runtime Library 1.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1395,7 +1395,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU OpenMP Runtime Library 1.0:";;
+     short | recursive ) echo "Configuration of GNU Offloading and Multi Processing Runtime Library 1.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1448,7 +1448,7 @@ Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
 Report bugs to the package provider.
-GNU OpenMP Runtime Library home page: <http://www.gnu.org/software/libgomp/>.
+GNU Offloading and Multi Processing Runtime Library home page: <http://www.gnu.org/software/libgomp/>.
 General help using GNU software: <http://www.gnu.org/gethelp/>.
 _ACEOF
 ac_status=$?
@@ -1512,7 +1512,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU OpenMP Runtime Library configure 1.0
+GNU Offloading and Multi Processing Runtime Library configure 1.0
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2193,7 +2193,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU OpenMP Runtime Library $as_me 1.0, which was
+It was created by GNU Offloading and Multi Processing Runtime Library $as_me 1.0, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -16944,7 +16944,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNU OpenMP Runtime Library $as_me 1.0, which was
+This file was extended by GNU Offloading and Multi Processing Runtime Library $as_me 1.0, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17004,13 +17004,13 @@ Configuration commands:
 $config_commands
 
 Report bugs to the package provider.
-GNU OpenMP Runtime Library home page: <http://www.gnu.org/software/libgomp/>.
+GNU Offloading and Multi Processing Runtime Library home page: <http://www.gnu.org/software/libgomp/>.
 General help using GNU software: <http://www.gnu.org/gethelp/>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-GNU OpenMP Runtime Library config.status 1.0
+GNU Offloading and Multi Processing Runtime Library config.status 1.0
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index c8a98f0396e0d7f95e812f40eb8f059819eb287d..8ed1baebcb874a94700ffb57059e42c44f562100 100644 (file)
@@ -2,7 +2,7 @@
 # aclocal -I ../config && autoconf && autoheader && automake
 
 AC_PREREQ(2.64)
-AC_INIT([GNU OpenMP Runtime Library], 1.0,,[libgomp])
+AC_INIT([GNU Offloading and Multi Processing Runtime Library], 1.0,,[libgomp])
 AC_CONFIG_HEADER(config.h)
 
 # -------
index abd4d66382614bec46086f9c961621aef1849fbb..12b23d56626f1174b99cb303392fa952cb2e1092 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 1fd34611327273da80dfad827370ed444ffcb558..b05b73a6e20d644752461e33f43b70aae0e2df8e 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index e9fd595b2070c059c20de0e0116366a7334901f4..e61d82f53d95a86f52304b525cda80fe273b713c 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 69979ac2ca5c665ad8fd327d36a417cff4ec5696..993145f8890132421a3ae509a5d8c249089e6223 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index d145bf0f68fd59a0d83d8a023b21bbc8665e5fd5..0ceb41d909e29cff866caba66b777a836cc1031e 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 5d542bfabc6e4428e8df0323bd707bed94fdb102..b1cad84d4c868aa5adc283147e53a14fe4dadbc1 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 54fa3b0f5358cbeaa26faa5b238ec3d40e4bd949..05f349672423626ebd97790c33c26309ed90bd58 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 52ae0ea4791d084d105fe0ca69f95e9a5970a8f3..b7306f14c6f1c839d839b860f9dc64d33642d831 100644 (file)
@@ -31,10 +31,11 @@ texts being (a) (see below), and with the Back-Cover Texts being (b)
 @ifinfo
 @dircategory GNU Libraries
 @direntry
-* libgomp: (libgomp).                    GNU OpenMP runtime library
+* libgomp: (libgomp).          GNU Offloading and Multi Processing Runtime Library.
 @end direntry
 
-This manual documents the GNU implementation of the OpenMP API for 
+This manual documents libgomp, the GNU Offloading and Multi Processing
+Runtime library.  This is the GNU implementation of the OpenMP API for
 multi-platform shared-memory parallel programming in C/C++ and Fortran.
 
 Published by the Free Software Foundation
@@ -48,7 +49,8 @@ Boston, MA 02110-1301 USA
 @setchapternewpage odd
 
 @titlepage
-@title The GNU OpenMP Implementation
+@title GNU Offloading and Multi Processing Runtime Library
+@subtitle The GNU OpenMP Implementation
 @page
 @vskip 0pt plus 1filll
 @comment For the @value{version-GCC} Version*
@@ -69,10 +71,13 @@ Boston, MA 02110-1301, USA@*
 @top Introduction
 @cindex Introduction
 
-This manual documents the usage of libgomp, the GNU implementation of the 
+This manual documents the usage of libgomp, the GNU Offloading and
+Multi Processing Runtime Library.  This is the GNU implementation of the
 @uref{http://www.openmp.org, OpenMP} Application Programming Interface (API)
 for multi-platform shared-memory parallel programming in C/C++ and Fortran.
 
+Originally, libgomp was known as the GNU OpenMP Runtime Library.
+
 
 
 @comment
@@ -87,7 +92,8 @@ for multi-platform shared-memory parallel programming in C/C++ and Fortran.
 * Environment Variables::      Influencing runtime behavior with environment 
                                variables.
 * The libgomp ABI::            Notes on the external ABI presented by libgomp.
-* Reporting Bugs::             How to report bugs in GNU OpenMP.
+* Reporting Bugs::             How to report bugs in the GNU Offloading and
+                               Multi Processing Runtime Library.
 * Copying::                    GNU general public license says
                                how you can copy and share libgomp.
 * GNU Free Documentation License::
@@ -1607,7 +1613,7 @@ CPU 2, the fifth to CPU 4, the sixth through tenth to CPUs 6, 8, 10, 12,
 and 14 respectively and then start assigning back from the beginning of
 the list.  @code{GOMP_CPU_AFFINITY=0} binds all threads to CPU 0.
 
-There is no GNU OpenMP library routine to determine whether a CPU affinity 
+There is no libgomp library routine to determine whether a CPU affinity
 specification is in effect.  As a workaround, language-specific library 
 functions, e.g., @code{getenv} in C or @code{GET_ENVIRONMENT_VARIABLE} in 
 Fortran, may be used to query the setting of the @code{GOMP_CPU_AFFINITY} 
@@ -2066,14 +2072,14 @@ becomes
 
 
 @c ---------------------------------------------------------------------
-@c 
+@c Reporting Bugs
 @c ---------------------------------------------------------------------
 
 @node Reporting Bugs
 @chapter Reporting Bugs
 
-Bugs in the GNU OpenMP implementation should be reported via 
-@uref{http://gcc.gnu.org/bugzilla/, Bugzilla}.  For all cases, please add 
+Bugs in the GNU Offloading and Multi Processing Runtime Library should
+be reported via @uref{http://gcc.gnu.org/bugzilla/, Bugzilla}.  Please add
 "openmp" to the keywords field in the bug report.
 
 
index 194ea141f84233fbc28ba6f47506054c00e745a7..d84fd3fe840a79027c51ed5ba648ffe47447105b 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 4b0ebd6a174c02a60c91de6067d7eaddbe2d9036..56a4a97d1d59f8ad97f15bebf81c47db4cd91f52 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 9c2947e1db8b0ec9bdbc1b63ccccb29d68368ba5..2e18a64b1644c6f9e86928b707e24a1d7341f988 100644 (file)
@@ -1,6 +1,7 @@
 /* Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 11a07c67121d9e0212e4d6461ba3b52e1faa2578..27d78db7a56f907e47a78f3664097782c66d3799 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index e2967ed798bac52ad813f5c852bd98540eff692f..de56ae0b7ced9ffb356741c7b902c62a97b5200c 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 18b6f35ea84ec0bce916b6739ca4640c75dfdef0..dac3e8ad6ef63d795343ff7be76007b0d15fe9f1 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index e37ff4b511cc4f7a93c49ee055df1699af070f8a..122563e625a319966b0b748fd97018560008233d 100644 (file)
@@ -1,7 +1,8 @@
 !  Copyright (C) 2005-2015 Free Software Foundation, Inc.
 !  Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-!  This file is part of the GNU OpenMP Library (libgomp).
+!  This file is part of the GNU Offloading and Multi Processing Library
+!  (libgomp).
 
 !  Libgomp is free software; you can redistribute it and/or modify it
 !  under the terms of the GNU General Public License as published by
index c8179a9abeaf2237779f8ef3583387f08380c644..d590bc151350f82fef1810b29fe423d7d5bc3bbd 100644 (file)
@@ -1,7 +1,8 @@
 !  Copyright (C) 2005-2015 Free Software Foundation, Inc.
 !  Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-!  This file is part of the GNU OpenMP Library (libgomp).
+!  This file is part of the GNU Offloading and Multi Processing Library
+!  (libgomp).
 
 !  Libgomp is free software; you can redistribute it and/or modify it
 !  under the terms of the GNU General Public License as published by
index bc0caecf3196a543305fa21ed4ac17e0f92efb89..69ca217b4d5502072c24537b695def0cb96b8988 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index cf533e41078cc473113a4a069c86baf6af78c8b5..6d5ef050f94c80babe898727b57fc2bafa35077b 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 1069cb42a0d34cfd846ba4f03aaff273d0c8f9c6..f3a17259ffda2fee1c29fa8fc7c002cc0d0ec252 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index c40a86f39c6b83cd7a49d8eb9686bf0c53411b86..7cb6eed38293374273214918425cf75ddb99b619 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 7fadc0d8e37f4f93c503417320d7f8860274be48..1296be65f8714678389cdbf18d10c5a34e9accd2 100644 (file)
@@ -2,7 +2,8 @@
    Copyright (C) 1998-2015 Free Software Foundation, Inc.
    Contributed by Mark Mitchell (mark@markmitchell.com).
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 07b7a2791d266a835d27f4e8a2df952c05673994..ec097de9ca22d07014480b8c52d9a29f970f5100 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2013-2015 Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 1d76f459d4247fd6b04a8f4d93017a5b2ad4a93e..74920d5ddb89ee1127a3be1b90c12b99dccf25fa 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2007-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 2322ecbfbc7b499df2a9f31963f6f1619df21b1c..b98b2337434cab0f3f196b75d6fb14cd2c46e722 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 1d9e340aa6c7ea8b988cd60995f75c8d70cb86fe..0570b90c70c6d76e0363a4b516d0328d52829eac 100644 (file)
@@ -1,7 +1,8 @@
 /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 0baf70de935671109b6554f7c1bde547906d5055..a814f0cb451c15bbbf9f73f1dde1fcf80588eafb 100644 (file)
@@ -5,7 +5,8 @@
 # Contributed by Ilya Verbin <ilya.verbin@intel.com> and
 # Andrey Turetskiy <andrey.turetskiy@intel.com>.
 #
-# This file is part of the GNU OpenMP Library (libgomp).
+# This file is part of the GNU Offloading and Multi Processing Library
+# (libgomp).
 #
 # Libgomp is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
index 5ba750a3277d7ce2b7bb7419474b80b5055422e8..21ce060544240299789f6d71b580be476885abc7 100644 (file)
@@ -22,7 +22,8 @@
 # Contributed by Ilya Verbin <ilya.verbin@intel.com> and
 # Andrey Turetskiy <andrey.turetskiy@intel.com>.
 #
-# This file is part of the GNU OpenMP Library (libgomp).
+# This file is part of the GNU Offloading and Multi Processing Library
+# (libgomp).
 #
 # Libgomp is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
index 283faad542c67ab09b5c789ad22446073c5286d2..a2dd02de1e4238d7f7b98dd955fd83ed0ad1072f 100644 (file)
@@ -4,7 +4,8 @@
 #
 # Contributed by Andrey Turetskiy <andrey.turetskiy@intel.com>.
 #
-# This file is part of the GNU OpenMP Library (libgomp).
+# This file is part of the GNU Offloading and Multi Processing Library
+# (libgomp).
 #
 # Libgomp is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
index 28ddbc39db627aa9d0ced3d0863c21db460469ce..0428b79b3e8ccad544312b1c5a0801c31fd48124 100644 (file)
@@ -4,7 +4,8 @@
 
    Contributed by Ilya Verbin <ilya.verbin@intel.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index 4a2778e9c57d592f0c1a3014e4959251fbeb9fb3..3fead0190cbf16b03d68848b03830aceb63c0de0 100644 (file)
@@ -4,7 +4,8 @@
 
    Contributed by Ilya Verbin <ilya.verbin@intel.com>.
 
-   This file is part of the GNU OpenMP Library (libgomp).
+   This file is part of the GNU Offloading and Multi Processing Library
+   (libgomp).
 
    Libgomp is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by
index c27250d52a9832a1222064c50b9470d2cb632243..cd666d163d76a05105382494390ce4a4f29a5adf 100644 (file)
@@ -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
index 8ddec657d7ca30ef1ef821c9abadfba48700c589..abf63cad9e7b310df53cd90eeb614e9293e96540 100644 (file)
@@ -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>