target.c (gomp_map_pointer): New function abstracting out GOMP_MAP_POINTER handling.
authorChung-Lin Tang <cltang@codesourcery.com>
Wed, 27 May 2015 06:16:37 +0000 (06:16 +0000)
committerChung-Lin Tang <cltang@gcc.gnu.org>
Wed, 27 May 2015 06:16:37 +0000 (06:16 +0000)
commit1716efeb6d3e9097e75143d9ef98f504856fd34d
tree21ff71cf71f9bbc489340387beea3ffdd6c796e9
parent7553271edd14ffe2cf3557700ebd641febd7acb1
target.c (gomp_map_pointer): New function abstracting out GOMP_MAP_POINTER handling.

2015-05-27  Chung-Lin Tang  <cltang@codesourcery.com>

libgomp/
* target.c (gomp_map_pointer): New function abstracting out
GOMP_MAP_POINTER handling.
(gomp_map_vars): Remove GOMP_MAP_POINTER handling code and use
gomp_map_pointer().

From-SVN: r223737
libgomp/ChangeLog
libgomp/target.c