diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-02-13 17:20:01 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2015-02-13 17:20:01 +0100 |
commit | 1f261e64a380c3200c811cf385928d135a8f77e5 (patch) | |
tree | 4422c48f19cc51b7a3bbda2f785e2db76dbd8dee /gcc | |
parent | f9b600badc7e9e5700ec26e930e0b98ba568edee (diff) | |
download | gcc-1f261e64a380c3200c811cf385928d135a8f77e5.zip gcc-1f261e64a380c3200c811cf385928d135a8f77e5.tar.gz gcc-1f261e64a380c3200c811cf385928d135a8f77e5.tar.bz2 |
GOMP_TARGET_* have been renamed to GOMP_DEVICE_* some time ago.
gcc/
* config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
GOMP_DEVICE_NVIDIA_PTX.
From-SVN: r220686
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/nvptx/offload.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e06f69a..d9c58b9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-02-13 Thomas Schwinge <thomas@codesourcery.com> + + * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to + GOMP_DEVICE_NVIDIA_PTX. + 2015-02-13 Jakub Jelinek <jakub@redhat.com> PR ipa/65034 diff --git a/gcc/config/nvptx/offload.h b/gcc/config/nvptx/offload.h index 02c5e8b..9a749a2 100644 --- a/gcc/config/nvptx/offload.h +++ b/gcc/config/nvptx/offload.h @@ -30,6 +30,6 @@ #include "gomp-constants.h" -#define ACCEL_COMPILER_acc_device GOMP_TARGET_NVIDIA_PTX +#define ACCEL_COMPILER_acc_device GOMP_DEVICE_NVIDIA_PTX #endif |