This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r278132 - in /trunk/libgomp: ChangeLog config/a...


Author: ams
Date: Wed Nov 13 12:37:50 2019
New Revision: 278132

URL: https://gcc.gnu.org/viewcvs?rev=278132&root=gcc&view=rev
Log:
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.

Added:
    trunk/libgomp/config/accel/
    trunk/libgomp/config/accel/libgomp-plugin.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/libgomp-plugin.c
    trunk/libgomp/config/accel/lock.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/lock.c
    trunk/libgomp/config/accel/mutex.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/mutex.c
    trunk/libgomp/config/accel/mutex.h
      - copied, changed from r278131, trunk/libgomp/config/nvptx/mutex.h
    trunk/libgomp/config/accel/oacc-async.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/oacc-async.c
    trunk/libgomp/config/accel/oacc-cuda.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/oacc-cuda.c
    trunk/libgomp/config/accel/oacc-host.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/oacc-host.c
    trunk/libgomp/config/accel/oacc-init.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/oacc-init.c
    trunk/libgomp/config/accel/oacc-mem.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/oacc-mem.c
    trunk/libgomp/config/accel/oacc-plugin.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/oacc-plugin.c
    trunk/libgomp/config/accel/omp-lock.h
      - copied, changed from r278131, trunk/libgomp/config/nvptx/omp-lock.h
    trunk/libgomp/config/accel/openacc.f90
      - copied, changed from r278131, trunk/libgomp/config/nvptx/openacc.f90
    trunk/libgomp/config/accel/pool.h
      - copied, changed from r278131, trunk/libgomp/config/nvptx/pool.h
    trunk/libgomp/config/accel/proc.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/proc.c
    trunk/libgomp/config/accel/ptrlock.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/ptrlock.c
    trunk/libgomp/config/accel/ptrlock.h
      - copied, changed from r278131, trunk/libgomp/config/nvptx/ptrlock.h
    trunk/libgomp/config/accel/sem.c
      - copied, changed from r278131, trunk/libgomp/config/nvptx/sem.c
    trunk/libgomp/config/accel/sem.h
      - copied, changed from r278131, trunk/libgomp/config/nvptx/sem.h
    trunk/libgomp/config/accel/thread-stacksize.h
      - copied, changed from r278131, trunk/libgomp/config/nvptx/thread-stacksize.h
Removed:
    trunk/libgomp/config/nvptx/libgomp-plugin.c
    trunk/libgomp/config/nvptx/lock.c
    trunk/libgomp/config/nvptx/mutex.c
    trunk/libgomp/config/nvptx/mutex.h
    trunk/libgomp/config/nvptx/oacc-async.c
    trunk/libgomp/config/nvptx/oacc-cuda.c
    trunk/libgomp/config/nvptx/oacc-host.c
    trunk/libgomp/config/nvptx/oacc-init.c
    trunk/libgomp/config/nvptx/oacc-mem.c
    trunk/libgomp/config/nvptx/oacc-plugin.c
    trunk/libgomp/config/nvptx/omp-lock.h
    trunk/libgomp/config/nvptx/openacc.f90
    trunk/libgomp/config/nvptx/pool.h
    trunk/libgomp/config/nvptx/proc.c
    trunk/libgomp/config/nvptx/ptrlock.c
    trunk/libgomp/config/nvptx/ptrlock.h
    trunk/libgomp/config/nvptx/sem.c
    trunk/libgomp/config/nvptx/sem.h
    trunk/libgomp/config/nvptx/thread-stacksize.h
Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/configure.tgt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]