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]

r226762 - in /branches/gomp-4_0-branch: libgcc/...


Author: tschwinge
Date: Mon Aug 10 16:26:46 2015
New Revision: 226762

URL: https://gcc.gnu.org/viewcvs?rev=226762&root=gcc&view=rev
Log:
[nvptx] Move GOMP stuff from libgcc to libgomp

	libgcc/
	* config.host [nvptx-*] (extra_parts): Don't add "libgomp.a", and
	"libgomp.spec".
	* config/nvptx/gomp-acc_on_device.c: Remove file.
	* config/nvptx/gomp-atomic.asm: Likewise.
	* config/nvptx/t-nvptx (OBJS_libgomp): Don't set.
	(gomp-acc_on_device.o, gomp-atomic.o, libgomp.a, libgomp.spec):
	Remove targets.
	libgomp/
	* config/nvptx/critical.c: New file, replacing empty file.
	* config/nvptx/oacc-init.c: Likewise.
	* config/nvptx/openacc.f90: New file.

Added:
    branches/gomp-4_0-branch/libgomp/config/nvptx/openacc.f90
Removed:
    branches/gomp-4_0-branch/libgcc/config/nvptx/gomp-acc_on_device.c
    branches/gomp-4_0-branch/libgcc/config/nvptx/gomp-atomic.asm
Modified:
    branches/gomp-4_0-branch/libgcc/ChangeLog.gomp
    branches/gomp-4_0-branch/libgcc/config.host
    branches/gomp-4_0-branch/libgcc/config/nvptx/t-nvptx
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/config/nvptx/critical.c
    branches/gomp-4_0-branch/libgomp/config/nvptx/oacc-init.c


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