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
ad0ad213
Commit
ad0ad213
authored
Dec 30, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(c-decl.o, c-typeck.o, toplev.o, varasm.o): Include output.h.
From-SVN: r8713
parent
e14417fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
gcc/Makefile.in
+5
-4
No files found.
gcc/Makefile.in
View file @
ad0ad213
...
...
@@ -986,8 +986,8 @@ $(srcdir)/c-gperf.h: $(srcdir)/c-parse.gperf
$(srcdir)
/c-parse.gperf
>
tmp-gperf.h
$(srcdir)
/move-if-change tmp-gperf.h
$(srcdir)
/c-gperf.h
c-decl.o
:
c-decl.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h
c-typeck.o
:
c-typeck.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h
c-decl.o
:
c-decl.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h
output.h
c-typeck.o
:
c-typeck.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h
output.h
c-lang.o
:
c-lang.c $(CONFIG_H) $(TREE_H)
c-lex.o
:
c-lex.c $(CONFIG_H) $(TREE_H) c-lex.h c-tree.h $(srcdir)/c-parse.h
\
input.h flags.h $(srcdir)/c-gperf.h
...
...
@@ -1055,7 +1055,7 @@ print-tree.o : print-tree.c $(CONFIG_H) $(TREE_H)
stor-layout.o
:
stor-layout.c $(CONFIG_H) $(TREE_H) function.h
fold-const.o
:
fold-const.c $(CONFIG_H) $(TREE_H) flags.h
toplev.o
:
toplev.c $(CONFIG_H) $(TREE_H) $(RTL_H) flags.h input.h
\
insn-attr.h xcoffout.h defaults.h
insn-attr.h xcoffout.h defaults.h
output.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
$(MAYBE_TARGET_DEFAULT)
$(MAYBE_USE_COLLECT2)
\
-c
`
echo
$(srcdir)
/toplev.c | sed
's,^\./,,'
`
...
...
@@ -1067,7 +1067,8 @@ rtlanal.o : rtlanal.c $(CONFIG_H) $(RTL_H)
toplev.o
:
bytecode.h bc-emit.h
varasm.o
:
varasm.c $(CONFIG_H) $(TREE_H) $(RTL_H) flags.h function.h
\
defaults.h insn-codes.h expr.h hard-reg-set.h regs.h xcoffout.h bytecode.h
defaults.h insn-codes.h expr.h hard-reg-set.h regs.h xcoffout.h
\
output.h bytecode.h
function.o
:
function.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h
\
insn-flags.h insn-codes.h expr.h regs.h hard-reg-set.h insn-config.h
\
recog.h output.h bytecode.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