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
e28c7358
Commit
e28c7358
authored
May 07, 2005
by
Matt Kraai
Committed by
Matt Kraai
May 07, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (c-gimplify.o): Depend on $(RTL_H) instead of rtl.h.
From-SVN: r99355
parent
84f52ebd
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 @
e28c7358
2005-05-07 Matt Kraai <kraai@ftbfs.org>
* Makefile.in (c-gimplify.o): Depend on $(RTL_H) instead of rtl.h.
2005-05-07 Richard Henderson <rth@redhat.com>
PR target/21412
...
...
gcc/Makefile.in
View file @
e28c7358
...
...
@@ -1782,7 +1782,7 @@ tree-optimize.o : tree-optimize.c $(TREE_FLOW_H) $(CONFIG_H) \
$(CGRAPH_H) tree-pass.h $(CFGLOOP_H)
c-gimplify.o
:
c-gimplify.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) errors.h
\
$(C_TREE_H) $(C_COMMON_H) $(DIAGNOSTIC_H) $(TREE_GIMPLE_H) varray.h
\
$(FLAGS_H) langhooks.h toplev.h
rtl.h
$(TREE_FLOW_H) $(LANGHOOKS_DEF_H)
\
$(FLAGS_H) langhooks.h toplev.h
$(RTL_H)
$(TREE_FLOW_H) $(LANGHOOKS_DEF_H)
\
$(TM_H) coretypes.h $(C_PRETTY_PRINT_H) $(CGRAPH_H)
gimplify.o
:
gimplify.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) errors.h
\
$(DIAGNOSTIC_H) $(TREE_GIMPLE_H) tree-inline.h varray.h langhooks.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