diff options
author | amonakov <amonakov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-11-30 18:23:00 +0000 |
---|---|---|
committer | amonakov <amonakov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-11-30 18:23:00 +0000 |
commit | 26cc6808c379eb35603feecc0008f387ef5f3866 (patch) | |
tree | fa91f71d8e2c922e109e5de784be4875b6373033 /libgomp/ChangeLog | |
parent | b0d82200ad229480f73d8ec37ec20a70214908fd (diff) | |
download | gcc-26cc6808c379eb35603feecc0008f387ef5f3866.tar.gz |
libgomp: move data definitions from icv.c back to env.c
* config/nvptx/env.c: Delete.
* icv.c: Move definitions of ICV variables back ...
* env.c: ...here. Do not compile environment-related functionality if
LIBGOMP_OFFLOADED_ONLY is set.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243041 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 1fafab8682f..9e2a3001b86 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,5 +1,12 @@ 2016-11-30 Alexander Monakov <amonakov@ispras.ru> + * config/nvptx/env.c: Delete. + * icv.c: Move definitions of ICV variables back ... + * env.c: ...here. Do not compile environment-related functionality if + LIBGOMP_OFFLOADED_ONLY is set. + +2016-11-30 Alexander Monakov <amonakov@ispras.ru> + * configure.ac [nvptx*-*-*] (libgomp_offloaded_only): Set and use it... (LIBGOMP_OFFLOADED_ONLY): ...here; new define. * configure: Regenerate. |