Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
2016-05-16 Ryan Burn <contact@rnburn.com> * Makefile.in (GTFILES): Add cilk.h and cilk-common.c. * gengtype.c (open_base_files): Add cilk.h to ifiles. From-SVN: r236482
This commit is contained in:
parent
3e009bf0e9
commit
1478c897bf
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-05-16 Ryan Burn <contact@rnburn.com>
|
||||
|
||||
* Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
|
||||
* gengtype.c (open_base_files): Add cilk.h to ifiles.
|
||||
|
||||
2016-05-19 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
|
||||
|
|
|
@ -2355,7 +2355,8 @@ s-match: build/genmatch$(build_exeext) $(srcdir)/match.pd cfn-operators.pd
|
|||
GTFILES = $(CPP_ID_DATA_H) $(srcdir)/input.h $(srcdir)/coretypes.h \
|
||||
$(host_xm_file_list) \
|
||||
$(tm_file_list) $(HASHTAB_H) $(SPLAY_TREE_H) $(srcdir)/bitmap.h \
|
||||
$(srcdir)/wide-int.h $(srcdir)/alias.h $(srcdir)/coverage.c $(srcdir)/rtl.h \
|
||||
$(srcdir)/wide-int.h $(srcdir)/alias.h $(srcdir)/cilk.h \
|
||||
$(srcdir)/cilk-common.c $(srcdir)/coverage.c $(srcdir)/rtl.h \
|
||||
$(srcdir)/optabs.h $(srcdir)/tree.h $(srcdir)/tree-core.h \
|
||||
$(srcdir)/libfuncs.h $(SYMTAB_H) \
|
||||
$(srcdir)/real.h $(srcdir)/function.h $(srcdir)/insn-addr.h $(srcdir)/hwint.h \
|
||||
|
|
|
@ -1709,7 +1709,7 @@ open_base_files (void)
|
|||
"config.h", "system.h", "coretypes.h", "backend.h", "predict.h", "tree.h",
|
||||
"rtl.h", "gimple.h", "fold-const.h", "insn-codes.h", "splay-tree.h",
|
||||
"alias.h", "insn-config.h", "flags.h", "expmed.h", "dojump.h",
|
||||
"explow.h", "calls.h", "emit-rtl.h", "varasm.h", "stmt.h",
|
||||
"explow.h", "calls.h", "cilk.h", "emit-rtl.h", "varasm.h", "stmt.h",
|
||||
"expr.h", "alloc-pool.h", "cselib.h", "insn-addr.h", "optabs.h",
|
||||
"libfuncs.h", "debug.h", "internal-fn.h", "gimple-fold.h", "tree-eh.h",
|
||||
"gimple-iterator.h", "gimple-ssa.h", "tree-cfg.h",
|
||||
|
|
Loading…
Add table
Reference in a new issue