intrinsic.texi (OpenMP Modules): Update to OpenMPv4.
authorTobias Burnus <burnus@net-b.de>
Tue, 15 Oct 2013 22:08:46 +0000 (00:08 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 15 Oct 2013 22:08:46 +0000 (00:08 +0200)
commit83fd6c5b8cb825bd1fe8c9ca258efdea9fd358cd
treef6c17207d711b47ac83a387764212c8707a2408a
parentbf7b5747bb33b0333786dfcc015e0f23136e5f18
intrinsic.texi (OpenMP Modules): Update to OpenMPv4.

gcc/fortran/
2013-10-16  Tobias Burnus  <burnus@net-b.de>

        * intrinsic.texi (OpenMP Modules): Update to OpenMPv4.
        Document omp_proc_bind_kind.

libgomp/
2013-10-16  Tobias Burnus  <burnus@net-b.de>

        * libgomp.texi: (Runtime Library Routines): Update references
        * for
        OpenMP 4.0. Add omp_get_cancellation, omp_get_default_device,
        omp_get_num_devices, omp_get_num_teams, omp_get_proc_bind,
        omp_get_team_num, omp_is_initial_device, omp_set_default_device.
        (Environment Variables): Update references for OpenMP 4.0. Add
        OMP_CANCELLATION, OMP_DEFAULT_DEVICE, OMP_PLACES.
        Move OMP_DISPLAY_ENV and OMP_PROC_BIND up to be in alphabetical
        order.

From-SVN: r203635
gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi
libgomp/ChangeLog
libgomp/libgomp.texi