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
This commit is contained in:
Thomas Schwinge 2015-01-10 20:10:37 +01:00 committed by Thomas Schwinge
parent aecfd03520
commit f1f3453e11
78 changed files with 200 additions and 93 deletions

View 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> 2015-01-10 Anthony Green <green@moxielogic.com>
* config/moxie/moxie.c (moxie_option_override): Fix forcing of * config/moxie/moxie.c (moxie_option_override): Fix forcing of

View 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. support for @code{libquadmath} on systems supporting it.
@item --disable-libgomp @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 @item --disable-libvtv
Specify that the run-time libraries used by vtable verification Specify that the run-time libraries used by vtable verification

View 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}. @uref{http://code.google.com/@/p/@/go/, master Go repository}.
@item libgomp @item libgomp
The GNU OpenMP runtime library. The GNU Offloading and Multi Processing Runtime Library.
@item libiberty @item libiberty
The @code{libiberty} library, used for portability and for some The @code{libiberty} library, used for portability and for some

View 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> 2015-01-10 Tobias Burnus <burnus@net-b.de>
PR fortran/64522 PR fortran/64522

View 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 free form; and the @code{c$}, @code{*$} and @code{!$} sentinels
in fixed form, @command{gfortran} needs to be invoked with the in fixed form, @command{gfortran} needs to be invoked with the
@option{-fopenmp}. This also arranges for automatic linking of the @option{-fopenmp}. This also arranges for automatic linking of the
GNU OpenMP runtime library @ref{Top,,libgomp,libgomp,GNU OpenMP GNU Offloading and Multi Processing Runtime Library
runtime library}. @ref{Top,,libgomp,libgomp,GNU Offloading and Multi Processing Runtime
Library}.
The OpenMP Fortran runtime library routines are provided both in a 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 form of a Fortran 90 module named @code{omp_lib} and in a form of

View 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 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 @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 @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 the named constants defined in the modules are listed
below. below.

View 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> 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
* configure.ac [tgt_dir] (offload_additional_lib_paths): Also add * configure.ac [tgt_dir] (offload_additional_lib_paths): Also add

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2006-2015 Free Software Foundation, Inc. /* Copyright (C) 2006-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2010-2015 Free Software Foundation, Inc. /* Copyright (C) 2010-2015 Free Software Foundation, Inc.
Contributed by ARM Ltd. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Ilie Garbacea <ilie@mips.com>, Chao-ying Fu <fu@mips.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2011-2015 Free Software Foundation, Inc. /* Copyright (C) 2011-2015 Free Software Foundation, Inc.
Contributed by Uros Bizjak <ubizjak@gmail.com> 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2008-2015 Free Software Foundation, Inc. /* Copyright (C) 2008-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2008-2015 Free Software Foundation, Inc. /* Copyright (C) 2008-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2011-2015 Free Software Foundation, Inc. /* Copyright (C) 2011-2015 Free Software Foundation, Inc.
Contributed by Walter Lee (walt@tilera.com) 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2008-2015 Free Software Foundation, Inc. /* Copyright (C) 2008-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2007-2015 Free Software Foundation, Inc. /* Copyright (C) 2007-2015 Free Software Foundation, Inc.
Contributed by Danny Smith <dannysmith@users.sourceforge.net> 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2006-2015 Free Software Foundation, Inc. /* Copyright (C) 2006-2015 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr> 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2006-2015 Free Software Foundation, Inc. /* Copyright (C) 2006-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2008-2015 Free Software Foundation, Inc. /* Copyright (C) 2008-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

22
libgomp/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@ -554,10 +554,10 @@ MFLAGS=
MAKEFLAGS= MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='GNU OpenMP Runtime Library' PACKAGE_NAME='GNU Offloading and Multi Processing Runtime Library'
PACKAGE_TARNAME='libgomp' PACKAGE_TARNAME='libgomp'
PACKAGE_VERSION='1.0' 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_BUGREPORT=''
PACKAGE_URL='http://www.gnu.org/software/libgomp/' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1395,7 +1395,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in 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 esac
cat <<\_ACEOF 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. it to find libraries and programs with nonstandard names/locations.
Report bugs to the package provider. 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/>. General help using GNU software: <http://www.gnu.org/gethelp/>.
_ACEOF _ACEOF
ac_status=$? ac_status=$?
@ -1512,7 +1512,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF 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 generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009 Free Software Foundation, Inc.
@ -2193,7 +2193,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@ $ $0 $@
@ -16944,7 +16944,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" 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 generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -17004,13 +17004,13 @@ Configuration commands:
$config_commands $config_commands
Report bugs to the package provider. 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/>." General help using GNU software: <http://www.gnu.org/gethelp/>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ 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, configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -2,7 +2,7 @@
# aclocal -I ../config && autoconf && autoheader && automake # aclocal -I ../config && autoconf && autoheader && automake
AC_PREREQ(2.64) 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) AC_CONFIG_HEADER(config.h)
# ------- # -------

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -31,10 +31,11 @@ texts being (a) (see below), and with the Back-Cover Texts being (b)
@ifinfo @ifinfo
@dircategory GNU Libraries @dircategory GNU Libraries
@direntry @direntry
* libgomp: (libgomp). GNU OpenMP runtime library * libgomp: (libgomp). GNU Offloading and Multi Processing Runtime Library.
@end direntry @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. multi-platform shared-memory parallel programming in C/C++ and Fortran.
Published by the Free Software Foundation Published by the Free Software Foundation
@ -48,7 +49,8 @@ Boston, MA 02110-1301 USA
@setchapternewpage odd @setchapternewpage odd
@titlepage @titlepage
@title The GNU OpenMP Implementation @title GNU Offloading and Multi Processing Runtime Library
@subtitle The GNU OpenMP Implementation
@page @page
@vskip 0pt plus 1filll @vskip 0pt plus 1filll
@comment For the @value{version-GCC} Version* @comment For the @value{version-GCC} Version*
@ -69,10 +71,13 @@ Boston, MA 02110-1301, USA@*
@top Introduction @top Introduction
@cindex 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) @uref{http://www.openmp.org, OpenMP} Application Programming Interface (API)
for multi-platform shared-memory parallel programming in C/C++ and Fortran. for multi-platform shared-memory parallel programming in C/C++ and Fortran.
Originally, libgomp was known as the GNU OpenMP Runtime Library.
@comment @comment
@ -87,7 +92,8 @@ for multi-platform shared-memory parallel programming in C/C++ and Fortran.
* Environment Variables:: Influencing runtime behavior with environment * Environment Variables:: Influencing runtime behavior with environment
variables. variables.
* The libgomp ABI:: Notes on the external ABI presented by libgomp. * 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 * Copying:: GNU general public license says
how you can copy and share libgomp. how you can copy and share libgomp.
* GNU Free Documentation License:: * 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 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. 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 specification is in effect. As a workaround, language-specific library
functions, e.g., @code{getenv} in C or @code{GET_ENVIRONMENT_VARIABLE} in 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} Fortran, may be used to query the setting of the @code{GOMP_CPU_AFFINITY}
@ -2066,14 +2072,14 @@ becomes
@c --------------------------------------------------------------------- @c ---------------------------------------------------------------------
@c @c Reporting Bugs
@c --------------------------------------------------------------------- @c ---------------------------------------------------------------------
@node Reporting Bugs @node Reporting Bugs
@chapter Reporting Bugs @chapter Reporting Bugs
Bugs in the GNU OpenMP implementation should be reported via Bugs in the GNU Offloading and Multi Processing Runtime Library should
@uref{http://gcc.gnu.org/bugzilla/, Bugzilla}. For all cases, please add be reported via @uref{http://gcc.gnu.org/bugzilla/, Bugzilla}. Please add
"openmp" to the keywords field in the bug report. "openmp" to the keywords field in the bug report.

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,7 @@
/* Copyright (C) 2014-2015 Free Software Foundation, Inc. /* 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
! Copyright (C) 2005-2015 Free Software Foundation, Inc. ! Copyright (C) 2005-2015 Free Software Foundation, Inc.
! Contributed by Jakub Jelinek <jakub@redhat.com>. ! 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 ! Libgomp is free software; you can redistribute it and/or modify it
! under the terms of the GNU General Public License as published by ! under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
! Copyright (C) 2005-2015 Free Software Foundation, Inc. ! Copyright (C) 2005-2015 Free Software Foundation, Inc.
! Contributed by Jakub Jelinek <jakub@redhat.com>. ! 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 ! Libgomp is free software; you can redistribute it and/or modify it
! under the terms of the GNU General Public License as published by ! under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,8 @@
Copyright (C) 1998-2015 Free Software Foundation, Inc. Copyright (C) 1998-2015 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com). 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2013-2015 Free Software Foundation, Inc. /* Copyright (C) 2013-2015 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2007-2015 Free Software Foundation, Inc. /* Copyright (C) 2007-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,8 @@
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. /* Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -5,7 +5,8 @@
# Contributed by Ilya Verbin <ilya.verbin@intel.com> and # Contributed by Ilya Verbin <ilya.verbin@intel.com> and
# Andrey Turetskiy <andrey.turetskiy@intel.com>. # 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 # Libgomp is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -22,7 +22,8 @@
# Contributed by Ilya Verbin <ilya.verbin@intel.com> and # Contributed by Ilya Verbin <ilya.verbin@intel.com> and
# Andrey Turetskiy <andrey.turetskiy@intel.com>. # 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 # Libgomp is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -4,7 +4,8 @@
# #
# Contributed by Andrey Turetskiy <andrey.turetskiy@intel.com>. # 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 # Libgomp is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -4,7 +4,8 @@
Contributed by Ilya Verbin <ilya.verbin@intel.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View File

@ -4,7 +4,8 @@
Contributed by Ilya Verbin <ilya.verbin@intel.com>. 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 Libgomp is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by under the terms of the GNU General Public License as published by

View 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> 2015-01-09 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/64476 PR libstdc++/64476

View File

@ -106,7 +106,9 @@ It might work with other compilers, though.</para>
not difficult: just compile your application with the compiler not difficult: just compile your application with the compiler
flag <literal>-fopenmp</literal>. This will link flag <literal>-fopenmp</literal>. This will link
in <code>libgomp</code>, the 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. whose presence is mandatory.
</para> </para>