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
9df9b76e
Commit
9df9b76e
authored
Nov 13, 2001
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Nov 13, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (cfgcleanup.o): Depend on insn-config.h
From-SVN: r46976
parent
2e683037
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+2
-1
No files found.
gcc/ChangeLog
View file @
9df9b76e
2001
-
11
-
13
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
Makefile
.
in
(
cfgcleanup
.
o
)
:
Depend
on
insn
-
config
.
h
2001
-
11
-
12
Craig
Rodrigues
<
rodrigc
@gcc
.
gnu
.
org
>
PR
bootstrap
/
3451
...
...
gcc/Makefile.in
View file @
9df9b76e
...
...
@@ -1514,7 +1514,8 @@ cfgbuild.o : cfgbuild.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) flags.h insn-config.h \
$(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h $(RECOG_H)
\
function.h except.h $(GGC_H)
cfgcleanup.o
:
cfgcleanup.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TIMEVAR_H)
\
$(BASIC_BLOCK_H) hard-reg-set.h output.h flags.h $(RECOG_H) toplev.h $(GGC_H)
$(BASIC_BLOCK_H) hard-reg-set.h output.h flags.h $(RECOG_H) toplev.h
\
$(GGC_H) insn-config.h
cfgloop.o
:
cfgloop.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H)
\
$(BASIC_BLOCK_H) hard-reg-set.h
dominance.o
:
dominance.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) hard-reg-set.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