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
94c43112
Commit
94c43112
authored
Dec 12, 2003
by
Steven Bosscher
Committed by
Steven Bosscher
Dec 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (opts.o, explow.o): Depend on langhooks.h
From-SVN: r74584
parent
33d2ad24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+2
-2
No files found.
gcc/ChangeLog
View file @
94c43112
2003-12-12 Steven Bosscher <stevenb@suse.de>
* Makefile.in (opts.o, explow.o): Depend on langhooks.h
2003-12-12 Geoffrey Keating <geoffk@apple.com>
* config.gcc <i[34567]86-*-darwin*>: Don't use fixproto.
...
...
gcc/Makefile.in
View file @
94c43112
...
...
@@ -1514,7 +1514,7 @@ diagnostic.o : diagnostic.c $(DIAGNOSTIC_H) real.h \
$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(TM_P_H) flags.h $(GGC_H)
\
input.h toplev.h intl.h langhooks.h $(LANGHOOKS_DEF_H)
opts.o
:
opts.c opts.h options.h toplev.h $(CONFIG_H) $(SYSTEM_H)
\
coretypes.h $(TREE_H) $(TM_H)
$(LANGHOOKS_H)
$(GGC_H) $(RTL_H)
\
coretypes.h $(TREE_H) $(TM_H)
langhooks.h
$(GGC_H) $(RTL_H)
\
output.h $(DIAGNOSTIC_H) $(TM_P_H) $(INSN_ATTR_H) intl.h
targhooks.o
:
targhooks.c targhooks.h $(CONFIG_H) $(SYSTEM_H)
\
coretypes.h $(TREE_H) $(TM_H) $(RTL_H) $(TM_P_H) function.h
\
...
...
@@ -1588,7 +1588,7 @@ expmed.o : expmed.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(TREE_
toplev.h $(TM_P_H) langhooks.h
explow.o
:
explow.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(TREE_H)
\
flags.h hard-reg-set.h insn-config.h $(EXPR_H) $(OPTABS_H) $(RECOG_H)
\
toplev.h function.h $(GGC_H) $(TM_P_H) gt-explow.h
toplev.h function.h $(GGC_H) $(TM_P_H)
langhooks.h
gt-explow.h
optabs.o
:
optabs.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(TREE_H)
\
flags.h insn-config.h $(EXPR_H) $(OPTABS_H) libfuncs.h $(RECOG_H) reload.h
\
toplev.h $(GGC_H) real.h $(TM_P_H) except.h gt-optabs.h $(BASIC_BLOCK_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