]> git.ipfire.org Git - thirdparty/gcc.git/commit
[hsa] Rename hsa.[ch] to hsa-common.[ch]
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jan 2017 13:33:29 +0000 (13:33 +0000)
committerjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jan 2017 13:33:29 +0000 (13:33 +0000)
commitef2beaf292259f10e9e98b104787595d52aa1fe6
treec35b1ecb401a99594a1cb5d4996762b4e36ea7c5
parent8657c382f2f40610f61f500a44178dc60bbb4ef7
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244711 138bc75d-0d04-0410-961f-82ee72b054a4
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