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
d4404fee
Commit
d4404fee
authored
Jul 16, 2010
by
Jason Merrill
Committed by
Jason Merrill
Jul 16, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (opts-common.o): Depend on options.h.
From-SVN: r162267
parent
8b26599c
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 @
d4404fee
2010-07-16 Jason Merrill <jason@redhat.com>
* Makefile.in (opts-common.o): Depend on options.h.
2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
* tree.c (build_common_builtin_nodes): Use build_function_type_list
...
...
gcc/Makefile.in
View file @
d4404fee
...
...
@@ -2801,7 +2801,7 @@ opts.o : opts.c opts.h options.h $(TOPLEV_H) $(DIAGNOSTIC_CORE_H) $(CONFIG_H) $(
output.h $(DIAGNOSTIC_H) $(TM_P_H) $(INSN_ATTR_H) intl.h $(TARGET_H)
\
$(FLAGS_H) $(PARAMS_H) $(TREE_PASS_H) $(DBGCNT_H) debug.h
\
$(PLUGIN_H) $(EXCEPT_H) $(LTO_STREAMER_H) opts-diagnostic.h
opts-common.o
:
opts-common.c opts.h $(CONFIG_H) $(SYSTEM_H)
\
opts-common.o
:
opts-common.c opts.h
options.h
$(CONFIG_H) $(SYSTEM_H)
\
coretypes.h intl.h
targhooks.o
:
targhooks.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H)
\
$(EXPR_H) $(TM_H) $(RTL_H) $(TM_P_H) $(FUNCTION_H) output.h $(TOPLEV_H) $(DIAGNOSTIC_CORE_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