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]

r217162 - in /branches/gomp-4_0-branch/libgomp:...


Author: jules
Date: Wed Nov  5 22:36:18 2014
New Revision: 217162

URL: https://gcc.gnu.org/viewcvs?rev=217162&root=gcc&view=rev
Log:
	libgomp/
	* Makefile.am (SUBDIRS): Add plugin.
	(DIST_SUBDIRS): Define.
	(libgomp_plugin_nvptx_*): Remove nvptx support from here.
	(libgomp_plugin_host_nonshm_*): Likewise.
	* Makefile.in: Regenerate.
	* configure: Regenerate.
	* oacc-host.c: Replace with #include of plugin/plugin-host.c code,
	move implementation to the latter.
	* plugin/plugin-host.c: New file.
	* plugin-nvptx.c: Move to...
	* plugin/plugin-nvptx.c: New file.
	* plugin/Makefile.am: New.
	* plugin/Makefile.in: Regenerate.
	* plugin/aclocal.m4: Regenerate.
	* plugin/configure: Regenerate.


Added:
    branches/gomp-4_0-branch/libgomp/plugin/
    branches/gomp-4_0-branch/libgomp/plugin/Makefile.am
    branches/gomp-4_0-branch/libgomp/plugin/Makefile.in
    branches/gomp-4_0-branch/libgomp/plugin/aclocal.m4
    branches/gomp-4_0-branch/libgomp/plugin/config.h.in
    branches/gomp-4_0-branch/libgomp/plugin/configure
    branches/gomp-4_0-branch/libgomp/plugin/configure.ac
    branches/gomp-4_0-branch/libgomp/plugin/plugin-host.c
    branches/gomp-4_0-branch/libgomp/plugin/plugin-nvptx.c
Modified:
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/Makefile.am
    branches/gomp-4_0-branch/libgomp/Makefile.in
    branches/gomp-4_0-branch/libgomp/configure
    branches/gomp-4_0-branch/libgomp/configure.ac
    branches/gomp-4_0-branch/libgomp/oacc-host.c
    branches/gomp-4_0-branch/libgomp/testsuite/Makefile.in


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