aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-20 13:33:29 +0000
committerjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-20 13:33:29 +0000
commitef2beaf292259f10e9e98b104787595d52aa1fe6 (patch)
treec35b1ecb401a99594a1cb5d4996762b4e36ea7c5 /gcc/Makefile.in
parent8657c382f2f40610f61f500a44178dc60bbb4ef7 (diff)
[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
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 7a7e27ac295..df02246e31e 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1320,7 +1320,7 @@ OBJS = \
haifa-sched.o \
hash-map-tests.o \
hash-set-tests.o \
- hsa.o \
+ hsa-common.o \
hsa-gen.o \
hsa-regalloc.o \
hsa-brig.o \
@@ -2508,7 +2508,7 @@ GTFILES = $(CPP_ID_DATA_H) $(srcdir)/input.h $(srcdir)/coretypes.h \
$(srcdir)/sancov.c \
$(srcdir)/ipa-devirt.c \
$(srcdir)/internal-fn.h \
- $(srcdir)/hsa.c \
+ $(srcdir)/hsa-common.c \
@all_gtfiles@
# Compute the list of GT header files from the corresponding C sources,