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]

r242918 - in /trunk/libgomp: ChangeLog config/l...


Author: amonakov
Date: Mon Nov 28 13:42:50 2016
New Revision: 242918

URL: https://gcc.gnu.org/viewcvs?rev=242918&root=gcc&view=rev
Log:
libgomp: fix OpenMP offloading to NVPTX and correct location of generic affinity.c

2016-11-28  Jonas Hahnfeld  <Hahnfeld@itc.rwth-aachen.de>

	* config/linux/affinity.c [!HAVE_PTHREAD_AFFINITY_NP]: Include
	../../affinity.c as fallback.
	* config/nvptx/affinity.c: Delete to use fallback implementation.

Removed:
    trunk/libgomp/config/nvptx/affinity.c
Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/config/linux/affinity.c


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