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
712db60e
Commit
712db60e
authored
Jan 09, 2008
by
Alexandre Oliva
Committed by
Alexandre Oliva
Jan 09, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (dse.o): Remove duplicate $(RECOG_H) dependency.
From-SVN: r131421
parent
8debbe48
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 @
712db60e
2008
-
01
-
09
Alexandre
Oliva
<
aoliva
@
redhat
.
com
>
*
Makefile
.
in
(
dse
.
o
):
Remove
duplicate
$(
RECOG_H
)
dependency
.
2008
-
01
-
08
Richard
Guenther
<
rguenther
@
suse
.
de
>
PR
middle
-
end
/
31863
gcc/Makefile.in
View file @
712db60e
...
...
@@ -2543,7 +2543,7 @@ dce.o : dce.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
dse.o
:
dse.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H)
\
$(TREE_H) $(REGS_H) hard-reg-set.h $(FLAGS_H) insn-config.h $(RECOG_H)
\
$(EXPR_H) $(DF_H) cselib.h $(DBGCNT_H) timevar.h tree-pass.h
\
alloc-pool.h $(ALIAS_H) dse.h $(OPTABS_H)
$(RECOG_H)
alloc-pool.h $(ALIAS_H) dse.h $(OPTABS_H)
fwprop.o
:
fwprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H)
\
toplev.h insn-config.h $(RECOG_H) $(FLAGS_H) $(OBSTACK_H) $(BASIC_BLOCK_H)
\
output.h $(DF_H) alloc-pool.h $(TIMEVAR_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