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
d720b869
Commit
d720b869
authored
Jul 28, 2010
by
Andi Kleen
Committed by
Andi Kleen
Jul 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in (lto.o): Add dependency to splay-tree.h
From-SVN: r162632
parent
90e26247
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/lto/ChangeLog
+4
-0
gcc/lto/Make-lang.in
+1
-1
No files found.
gcc/lto/ChangeLog
View file @
d720b869
2010-07-27 Andi Kleen <ak@linux.intel.com>
* Make-lang.in (lto.o): Add dependency to splay-tree.h
2010-07-27 Joseph Myers <joseph@codesourcery.com>
* lto-lang.c (lto_handle_option): Update prototype and return
...
...
gcc/lto/Make-lang.in
View file @
d720b869
...
...
@@ -85,7 +85,7 @@ lto/lto.o: lto/lto.c $(CONFIG_H) $(SYSTEM_H) coretypes.h opts.h \
$(CGRAPH_H) $(GGC_H) tree-ssa-operands.h $(TREE_PASS_H)
\
langhooks.h $(VEC_H) $(BITMAP_H) pointer-set.h $(IPA_PROP_H)
\
$(COMMON_H) debug.h $(TIMEVAR_H) $(GIMPLE_H) $(LTO_H) $(LTO_TREE_H)
\
$(LTO_TAGS_H) $(LTO_STREAMER_H) gt-lto-lto.h
$(LTO_TAGS_H) $(LTO_STREAMER_H)
$(SPLAY_TREE_H)
gt-lto-lto.h
lto/lto-elf.o
:
lto/lto-elf.c $(CONFIG_H) coretypes.h $(SYSTEM_H)
\
toplev.h $(LTO_H) $(TM_H) $(LIBIBERTY_H) $(GGC_H) $(LTO_STREAMER_H)
lto/lto-coff.o
:
lto/lto-coff.c $(CONFIG_H) coretypes.h $(SYSTEM_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