diff options
author | Martin Jambor <mjambor@suse.cz> | 2017-01-20 14:33:29 +0100 |
---|---|---|
committer | Martin Jambor <jamborm@gcc.gnu.org> | 2017-01-20 14:33:29 +0100 |
commit | 13293add082aa485e64228b5fd6dfbacc1d47929 (patch) | |
tree | c35b1ecb401a99594a1cb5d4996762b4e36ea7c5 /gcc/toplev.c | |
parent | aa348be2b0bd8d2f7f910337b9ad2de78ca39190 (diff) | |
download | gcc-13293add082aa485e64228b5fd6dfbacc1d47929.zip gcc-13293add082aa485e64228b5fd6dfbacc1d47929.tar.gz gcc-13293add082aa485e64228b5fd6dfbacc1d47929.tar.bz2 |
[hsa] Rename hsa.[ch] to hsa-common.[ch]
2017-01-20 Martin Jambor <mjambor@suse.cz>
* hsa.h: Renaed to hsa-common.h. Adjusted a comment.
* hsa.c: Renaed to hsa-common.c. Change include of gt-hsa.h to
gt-hsa-common.h.
* Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
(GTFILES): Rename hsa.c to hsa-common.c.
* hsa-brig.c: Change include of hsa.h to hsa-common.h.
* hsa-dump.c: Likewise.
* hsa-gen.c: Likewise.
* hsa-regalloc.c: Likewise.
* ipa-hsa.c: Likewise.
* omp-expand.c: Likewise.
* omp-low.c: Likewise.
* toplev.c: Likewise.
From-SVN: r244711
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index c0f1a2d..2335ad7 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -77,7 +77,7 @@ along with GCC; see the file COPYING3. If not see #include "gcse.h" #include "tree-chkp.h" #include "omp-offload.h" -#include "hsa.h" +#include "hsa-common.h" #include "edit-context.h" #if defined(DBX_DEBUGGING_INFO) || defined(XCOFF_DEBUGGING_INFO) |