mirror of git://gcc.gnu.org/git/gcc.git
priority_queue.c: New file.
libgomp/ * config/nvptx/priority_queue.c: New file. From-SVN: r230466
This commit is contained in:
parent
83be3fe57d
commit
3d7bfee0b0
|
|
@ -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>
|
2015-11-14 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* libgomp.texi: Update references from OpenMP 4.0 to OpenMP 4.5
|
* libgomp.texi: Update references from OpenMP 4.0 to OpenMP 4.5
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
/* Empty stub for omp task priority support. */
|
||||||
Loading…
Reference in New Issue