This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa in repository gcc.
from 5060ef2 Merged trunk revision 235029 into the hsa branch new 9a78b90 Load an HSA runtime via dlopen mechanism
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog.hsa | 4 + gcc/doc/install.texi | 6 - libgomp/ChangeLog.hsa | 28 ++ libgomp/config.h.in | 3 + libgomp/configure | 52 +-- libgomp/hsa.h | 630 ++++++++++++++++++++++++++ libgomp/hsa_ext_finalize.h | 265 +++++++++++ libgomp/plugin/configfrag.ac | 28 +- libgomp/plugin/plugin-hsa.c | 312 ++++++++++--- libgomp/testsuite/lib/libgomp.exp | 4 - libgomp/testsuite/libgomp-test-support.exp.in | 1 - 11 files changed, 1193 insertions(+), 140 deletions(-) create mode 100644 libgomp/hsa.h create mode 100644 libgomp/hsa_ext_finalize.h