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
b4e852a1
Commit
b4e852a1
authored
Jun 18, 2005
by
Steven Bosscher
Committed by
Steven Bosscher
Jun 18, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Fix tree-cfgcleanup.c dependencies.
From-SVN: r101170
parent
2ab1754e
Hide 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 @
b4e852a1
2005-06-18 Steven Bosscher <stevenb@suse.de>
* Makefile.in: Fix tree-cfgcleanup.c dependencies.
2005-06-18 Richard Henderson <rth@redhat.com>
* expr.c (store_constructor): Use store of 0 to indicate value
...
...
gcc/Makefile.in
View file @
b4e852a1
...
...
@@ -1794,7 +1794,7 @@ tree-cfg.o : tree-cfg.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
$(TREE_DUMP_H) except.h langhooks.h $(CFGLOOP_H) tree-pass.h
\
$(CFGLAYOUT_H) $(BASIC_BLOCK_H) hard-reg-set.h $(HASHTAB_H) toplev.h
\
tree-ssa-propagate.h
tree-cfgcleanup.o
:
tree-cfg.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H)
\
tree-cfgcleanup.o
:
tree-cfg
cleanup
.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H)
\
$(RTL_H) $(TREE_H) $(TM_P_H) $(EXPR_H) $(GGC_H) $(FLAGS_H) output.h
\
$(DIAGNOSTIC_H) errors.h function.h $(TIMEVAR_H) $(TM_H) coretypes.h
\
$(TREE_DUMP_H) except.h langhooks.h $(CFGLOOP_H) tree-pass.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