]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/hsa-gen.c
[hsa] Rename hsa.[ch] to hsa-common.[ch]
authorMartin Jambor <mjambor@suse.cz>
Fri, 20 Jan 2017 13:33:29 +0000 (14:33 +0100)
committerMartin Jambor <jamborm@gcc.gnu.org>
Fri, 20 Jan 2017 13:33:29 +0000 (14:33 +0100)
commit13293add082aa485e64228b5fd6dfbacc1d47929
treec35b1ecb401a99594a1cb5d4996762b4e36ea7c5
parentaa348be2b0bd8d2f7f910337b9ad2de78ca39190
[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
12 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/hsa-brig.c
gcc/hsa-common.c [moved from gcc/hsa.c with 99% similarity]
gcc/hsa-common.h [moved from gcc/hsa.h with 99% similarity]
gcc/hsa-dump.c
gcc/hsa-gen.c
gcc/hsa-regalloc.c
gcc/ipa-hsa.c
gcc/omp-expand.c
gcc/omp-low.c
gcc/toplev.c