Hi,

this is one of the last two commits to the hsa branch I made while
preparing the merge to trunk, it moves headers generated from HSA
documentation to the plugin directory.

Committed to the HSA branch, it is part of the posted patches merging
it to trunk.

Thanks,

Martin


2016-11-12  Martin Jambor  <mjam...@suse.cz>

        * hsa.h: Moved to plugin directory.
        * hsa_ext_finalize.h: Likewise.
        * plugin/plugin-hsa.c: Prefixed incldes of hsa headers with plugin/
---
 libgomp/{ => plugin}/hsa.h              | 0
 libgomp/{ => plugin}/hsa_ext_finalize.h | 0
 libgomp/plugin/plugin-hsa.c             | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename libgomp/{ => plugin}/hsa.h (100%)
 rename libgomp/{ => plugin}/hsa_ext_finalize.h (100%)

diff --git a/libgomp/hsa.h b/libgomp/plugin/hsa.h
similarity index 100%
rename from libgomp/hsa.h
rename to libgomp/plugin/hsa.h
diff --git a/libgomp/hsa_ext_finalize.h b/libgomp/plugin/hsa_ext_finalize.h
similarity index 100%
rename from libgomp/hsa_ext_finalize.h
rename to libgomp/plugin/hsa_ext_finalize.h
diff --git a/libgomp/plugin/plugin-hsa.c b/libgomp/plugin/plugin-hsa.c
index ef7a202..ecf8302 100644
--- a/libgomp/plugin/plugin-hsa.c
+++ b/libgomp/plugin/plugin-hsa.c
@@ -34,8 +34,8 @@
 #include <pthread.h>
 #include <inttypes.h>
 #include <stdbool.h>
-#include <hsa.h>
-#include <hsa_ext_finalize.h>
+#include <plugin/hsa.h>
+#include <plugin/hsa_ext_finalize.h>
 #include <dlfcn.h>
 #include "libgomp-plugin.h"
 #include "gomp-constants.h"
-- 
2.10.1

Reply via email to