Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
07f398aa
Commit
07f398aa
authored
Jul 08, 2013
by
Eric Botcazou
Committed by
Eric Botcazou
Jul 08, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (tree-ssa-reassoc.o): Add dependency on $(PARAMS_H).
From-SVN: r200777
parent
75fefa91
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
07f398aa
2013-07-08 Eric Botcazou <ebotcazou@adacore.com>
* Makefile.in (tree-ssa-reassoc.o): Add dependency on $(PARAMS_H).
2013-07-08 Po-Chun Chang <pchang9@cs.wisc.edu>
2013-07-08 Po-Chun Chang <pchang9@cs.wisc.edu>
PR rtl-optimization/57786
PR rtl-optimization/57786
...
...
gcc/Makefile.in
View file @
07f398aa
...
@@ -2527,7 +2527,7 @@ tree-ssa-reassoc.o : tree-ssa-reassoc.c $(TREE_FLOW_H) $(CONFIG_H) \
...
@@ -2527,7 +2527,7 @@ tree-ssa-reassoc.o : tree-ssa-reassoc.c $(TREE_FLOW_H) $(CONFIG_H) \
$(TM_H) coretypes.h $(TREE_PASS_H) $(FLAGS_H)
\
$(TM_H) coretypes.h $(TREE_PASS_H) $(FLAGS_H)
\
tree-iterator.h $(BASIC_BLOCK_H) $(GIMPLE_H) $(TREE_INLINE_H)
\
tree-iterator.h $(BASIC_BLOCK_H) $(GIMPLE_H) $(TREE_INLINE_H)
\
$(VEC_H) langhooks.h alloc-pool.h pointer-set.h $(CFGLOOP_H)
\
$(VEC_H) langhooks.h alloc-pool.h pointer-set.h $(CFGLOOP_H)
\
$(TARGET_H) $(GIMPLE_PRETTY_PRINT_H) $(DIAGNOSTIC_CORE_H)
$(TARGET_H) $(GIMPLE_PRETTY_PRINT_H) $(DIAGNOSTIC_CORE_H)
$(PARAMS_H)
tree-optimize.o
:
tree-optimize.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H)
\
tree-optimize.o
:
tree-optimize.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H)
\
$(TREE_H) $(TM_P_H) $(GGC_H)
\
$(TREE_H) $(TM_P_H) $(GGC_H)
\
$(DIAGNOSTIC_H) $(BASIC_BLOCK_H) $(FLAGS_H) $(TM_H)
\
$(DIAGNOSTIC_H) $(BASIC_BLOCK_H) $(FLAGS_H) $(TM_H)
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment