svn merge -r 219681:219682 svn+ssh://gcc.gnu.org/svn/gcc/trunk
[official-gcc.git] / include / ChangeLog.gomp
blobe9ae3626d8348420f247c87c0db6d061b03f6df5
1 2015-01-12  Thomas Schwinge  <thomas@codesourcery.com>
3         * gomp-constants.h (GOMP_MAP_LAST): Rename from
4         GOMP_MAP_VALUE_LIMIT.  Change all users.
5         (GOMP_MAP_ALLOC, GOMP_MAP_TO, GOMP_MAP_FROM, GOMP_MAP_TOFROM)
6         (GOMP_MAP_POINTER, GOMP_MAP_TO_PSET, GOMP_MAP_FORCE_PRESENT)
7         (GOMP_MAP_FORCE_DEALLOC, GOMP_MAP_FORCE_DEVICEPTR)
8         (GOMP_MAP_FORCE_ALLOC, GOMP_MAP_FORCE_TO, GOMP_MAP_FORCE_FROM)
9         (GOMP_MAP_FORCE_TOFROM): Move into a new enum gomp_map_kind.
11 2014-12-17  Thomas Schwinge  <thomas@codesourcery.com>
13         * gomp-constants.h: Update.  Change all users.
15         * gomp-constants.h: Don't define GOMP_MAP_FORCE_PRIVATE and
16         GOMP_MAP_FORCE_FIRSTPRIVATE.  Change all users.
18 2014-11-13  Thomas Schwinge  <thomas@codesourcery.com>
20         * gomp-constants.h: Define _GOMP_MAP_FLAG_SPECIAL and
21         _GOMP_MAP_FLAG_FORCE.
23 Copyright (C) 2014-2015 Free Software Foundation, Inc.
25 Copying and distribution of this file, with or without modification,
26 are permitted in any medium without royalty provided the copyright
27 notice and this notice are preserved.