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
95228603
Commit
95228603
authored
Jun 16, 2009
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Jun 16, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (tree-vect-stmts.o): Depend upon $(TOPLEV_H).
From-SVN: r148541
parent
9c727c9a
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 @
95228603
2009-06-16 Ian Lance Taylor <iant@google.com>
2009-06-16 Ian Lance Taylor <iant@google.com>
* Makefile.in (tree-vect-stmts.o): Depend upon $(TOPLEV_H).
2009-06-16 Ian Lance Taylor <iant@google.com>
* toplev.h (floor_log2): If GCC_VERSION >= 3004, declare as static
* toplev.h (floor_log2): If GCC_VERSION >= 3004, declare as static
inline, not extern inline.
inline, not extern inline.
(exact_log2): Likewise.
(exact_log2): Likewise.
...
...
gcc/Makefile.in
View file @
95228603
...
@@ -2416,7 +2416,7 @@ tree-vect-slp.o: tree-vect-slp.c $(CONFIG_H) $(SYSTEM_H) \
...
@@ -2416,7 +2416,7 @@ tree-vect-slp.o: tree-vect-slp.c $(CONFIG_H) $(SYSTEM_H) \
tree-vect-stmts.o
:
tree-vect-stmts.c $(CONFIG_H) $(SYSTEM_H)
\
tree-vect-stmts.o
:
tree-vect-stmts.c $(CONFIG_H) $(SYSTEM_H)
\
coretypes.h $(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) $(BASIC_BLOCK_H)
\
coretypes.h $(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) $(BASIC_BLOCK_H)
\
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H)
\
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H)
\
$(EXPR_H) $(RECOG_H) $(OPTABS_H) tree-vectorizer.h langhooks.h
$(EXPR_H) $(RECOG_H) $(OPTABS_H)
$(TOPLEV_H)
tree-vectorizer.h langhooks.h
tree-vect-data-refs.o
:
tree-vect-data-refs.c $(CONFIG_H) $(SYSTEM_H)
\
tree-vect-data-refs.o
:
tree-vect-data-refs.c $(CONFIG_H) $(SYSTEM_H)
\
coretypes.h $(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) $(BASIC_BLOCK_H)
\
coretypes.h $(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) $(BASIC_BLOCK_H)
\
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H)
\
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_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