aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorAndrew Stubbs <ams@codesourcery.com>2019-11-13 12:37:50 +0000
committerAndrew Stubbs <ams@codesourcery.com>2019-11-13 12:37:50 +0000
commite92ae73a2a47da066b862b3f3f786ec289af115d (patch)
tree197bef20a1b2dd37032aba5764b760b48ddc6d59 /libgomp/ChangeLog
parentb88cb47d9e47604c91d32a68ff63e563e649fd84 (diff)
Move generic libgomp files from nvptx to accel
2019-11-13 Andrew Stubbs <ams@codesourcery.com> libgomp/ * configure.tgt (nvptx*-*-*): Add "accel" directory. * config/nvptx/libgomp-plugin.c: Move ... * config/accel/libgomp-plugin.c: ... to here. * config/nvptx/lock.c: Move ... * config/accel/lock.c: ... to here. * config/nvptx/mutex.c: Move ... * config/accel/mutex.c: ... to here. * config/nvptx/mutex.h: Move ... * config/accel/mutex.h: ... to here. * config/nvptx/oacc-async.c: Move ... * config/accel/oacc-async.c: ... to here. * config/nvptx/oacc-cuda.c: Move ... * config/accel/oacc-cuda.c: ... to here. * config/nvptx/oacc-host.c: Move ... * config/accel/oacc-host.c: ... to here. * config/nvptx/oacc-init.c: Move ... * config/accel/oacc-init.c: ... to here. * config/nvptx/oacc-mem.c: Move ... * config/accel/oacc-mem.c: ... to here. * config/nvptx/oacc-plugin.c: Move ... * config/accel/oacc-plugin.c: ... to here. * config/nvptx/omp-lock.h: Move ... * config/accel/omp-lock.h: ... to here. * config/nvptx/openacc.f90: Move ... * config/accel/openacc.f90: ... to here. * config/nvptx/pool.h: Move ... * config/accel/pool.h: ... to here. * config/nvptx/proc.c: Move ... * config/accel/proc.c: ... to here. * config/nvptx/ptrlock.c: Move ... * config/accel/ptrlock.c: ... to here. * config/nvptx/ptrlock.h: Move ... * config/accel/ptrlock.h: ... to here. * config/nvptx/sem.c: Move ... * config/accel/sem.c: ... to here. * config/nvptx/sem.h: Move ... * config/accel/sem.h: ... to here. * config/nvptx/thread-stacksize.h: Move ... * config/accel/thread-stacksize.h: ... to here. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@278132 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 734395936f0..ad9fdeaeac2 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,45 @@
+2019-11-13 Andrew Stubbs <ams@codesourcery.com>
+
+ * configure.tgt (nvptx*-*-*): Add "accel" directory.
+ * config/nvptx/libgomp-plugin.c: Move ...
+ * config/accel/libgomp-plugin.c: ... to here.
+ * config/nvptx/lock.c: Move ...
+ * config/accel/lock.c: ... to here.
+ * config/nvptx/mutex.c: Move ...
+ * config/accel/mutex.c: ... to here.
+ * config/nvptx/mutex.h: Move ...
+ * config/accel/mutex.h: ... to here.
+ * config/nvptx/oacc-async.c: Move ...
+ * config/accel/oacc-async.c: ... to here.
+ * config/nvptx/oacc-cuda.c: Move ...
+ * config/accel/oacc-cuda.c: ... to here.
+ * config/nvptx/oacc-host.c: Move ...
+ * config/accel/oacc-host.c: ... to here.
+ * config/nvptx/oacc-init.c: Move ...
+ * config/accel/oacc-init.c: ... to here.
+ * config/nvptx/oacc-mem.c: Move ...
+ * config/accel/oacc-mem.c: ... to here.
+ * config/nvptx/oacc-plugin.c: Move ...
+ * config/accel/oacc-plugin.c: ... to here.
+ * config/nvptx/omp-lock.h: Move ...
+ * config/accel/omp-lock.h: ... to here.
+ * config/nvptx/openacc.f90: Move ...
+ * config/accel/openacc.f90: ... to here.
+ * config/nvptx/pool.h: Move ...
+ * config/accel/pool.h: ... to here.
+ * config/nvptx/proc.c: Move ...
+ * config/accel/proc.c: ... to here.
+ * config/nvptx/ptrlock.c: Move ...
+ * config/accel/ptrlock.c: ... to here.
+ * config/nvptx/ptrlock.h: Move ...
+ * config/accel/ptrlock.h: ... to here.
+ * config/nvptx/sem.c: Move ...
+ * config/accel/sem.c: ... to here.
+ * config/nvptx/sem.h: Move ...
+ * config/accel/sem.h: ... to here.
+ * config/nvptx/thread-stacksize.h: Move ...
+ * config/accel/thread-stacksize.h: ... to here.
+
2019-11-12 Maciej W. Rozycki <macro@codesourcery.com>
Tobias Burnus <tobias@codesourcery.com>
Frederik Harwath <frederik@codesourcery.com>