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
757dc040
Commit
757dc040
authored
Nov 09, 2003
by
Richard Henderson
Committed by
Richard Henderson
Nov 09, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (rtlanal.o): Depend on BASIC_BLOCK_H.
From-SVN: r73386
parent
ec89843e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+5
-4
No files found.
gcc/ChangeLog
View file @
757dc040
2003-11-09 Richard Henderson <rth@redhat.com>
* Makefile.in (rtlanal.o): Depend on BASIC_BLOCK_H.
2003-11-09 Jan Hubicka <jh@suse.cz>
* tree-optimize.c (tree_rest_of_compilation): Fix warning.
...
...
gcc/Makefile.in
View file @
757dc040
...
...
@@ -1549,10 +1549,11 @@ rtl.o : rtl.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(GTM_H) $(RTL_H) real.h \
$(GGC_H) errors.h
$(CC)
-c
$(ALL_CFLAGS)
-DGENERATOR_FILE
$(ALL_CPPFLAGS)
$(INCLUDES)
$<
$(OUTPUT_OPTION)
print-rtl.o
:
print-rtl.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(TREE_H)
\
hard-reg-set.h $(BASIC_BLOCK_H) real.h $(TM_P_H)
rtlanal.o
:
rtlanal.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) toplev.h $(RTL_H)
\
hard-reg-set.h $(TM_P_H) insn-config.h $(RECOG_H) real.h flags.h
print-rtl.o
:
print-rtl.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H)
\
$(RTL_H) $(TREE_H) hard-reg-set.h $(BASIC_BLOCK_H) real.h $(TM_P_H)
rtlanal.o
:
rtlanal.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) toplev.h
\
$(RTL_H) hard-reg-set.h $(TM_P_H) insn-config.h $(RECOG_H) real.h flags.h
\
$(BASIC_BLOCK_H)
errors.o
:
errors.c $(CONFIG_H) $(SYSTEM_H) errors.h
$(CC)
-c
$(ALL_CFLAGS)
-DGENERATOR_FILE
$(ALL_CPPFLAGS)
$(INCLUDES)
$<
$(OUTPUT_OPTION)
...
...
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