priority_queue.c: New file.

libgomp/
	* config/nvptx/priority_queue.c: New file.

From-SVN: r230466
This commit is contained in:
Cesar Philippidis 2015-11-17 09:29:34 -08:00 committed by Cesar Philippidis
parent 83be3fe57d
commit 3d7bfee0b0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-11-17 Cesar Philippidis <cesar@codesourcery.com>
* config/nvptx/priority_queue.c: New file.
2015-11-14 Jakub Jelinek <jakub@redhat.com>
* libgomp.texi: Update references from OpenMP 4.0 to OpenMP 4.5

View File

@ -0,0 +1 @@
/* Empty stub for omp task priority support. */