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
af50fec7
Commit
af50fec7
authored
Dec 13, 2012
by
Steven Bosscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Fix bitmap.o dependencies.
From-SVN: r194472
parent
0f9fb22f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
af50fec7
...
...
@@ -26,6 +26,8 @@
(
bitmap_find_bit
)
:
Lookup
descriptor
by
id
in
bitmap_descriptors
.
(
print_statistics
)
:
Update
for
struct
bitmap_descriptor
change
.
*
Makefile
.
in
:
Fix
bitmap
.
o
dependencies
.
2012
-
12
-
13
Richard
Biener
<
rguenther
@suse
.
de
>
*
tree
-
ssa
-
pre
.
c
(
get_representative_for
)
:
Adjust
dumping
.
gcc/Makefile.in
View file @
af50fec7
...
...
@@ -3172,7 +3172,7 @@ reginfo.o : reginfo.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
insn-config.h $(RECOG_H) reload.h $(DIAGNOSTIC_CORE_H)
\
$(FUNCTION_H) output.h $(TM_P_H) $(EXPR_H) $(HASHTAB_H)
\
$(TARGET_H) $(TREE_PASS_H) $(DF_H) ira.h
bitmap.o
:
bitmap.c $(CONFIG_H) $(SYSTEM_H)
coretypes.h
\
bitmap.o
:
bitmap.c $(CONFIG_H) $(SYSTEM_H)
coretypes.h $(VEC_H)
\
$(GGC_H) gt-bitmap.h $(BITMAP_H) $(OBSTACK_H) $(HASHTAB_H)
vec.o
:
vec.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(VEC_H) $(GGC_H)
\
$(DIAGNOSTIC_CORE_H) $(HASHTAB_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