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
1d7cf143
Commit
1d7cf143
authored
Jul 18, 1996
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(OBJS): Add dwarf2out.o.
(dwarf2out.o): New rule. From-SVN: r12520
parent
8c9aceea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
gcc/Makefile.in
+3
-1
No files found.
gcc/Makefile.in
View file @
1d7cf143
...
...
@@ -530,7 +530,7 @@ BC_ALL = bc-arity.h bc-opcode.h bc-opname.h
OBJS
=
toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o
\
function
.o stmt.o expr.o calls.o expmed.o explow.o optabs.o varasm.o
\
rtl.o print-rtl.o rtlanal.o emit-rtl.o real.o
\
dbxout.o sdbout.o dwarfout.o xcoffout.o
\
dbxout.o sdbout.o dwarfout.o
dwarf2out.o
xcoffout.o
\
integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o
\
regclass.o local-alloc.o global.o reload.o reload1.o caller-save.o
\
insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o
\
...
...
@@ -1230,6 +1230,8 @@ sdbout.o : sdbout.c $(CONFIG_H) $(TREE_H) $(RTL_H) gsyms.h flags.h \
insn-config.h reload.h
dwarfout.o
:
dwarfout.c $(CONFIG_H) $(TREE_H) $(RTL_H) dwarf.h flags.h
\
insn-config.h reload.h output.h defaults.h
dwarf2out.o
:
dwarf2out.c $(CONFIG_H) $(TREE_H) $(RTL_H) dwarf2.h flags.h
\
insn-config.h reload.h output.h defaults.h hard-reg-set.h regs.h
xcoffout.o
:
xcoffout.c $(CONFIG_H) $(TREE_H) $(RTL_H) xcoffout.h flags.h
emit-rtl.o
:
emit-rtl.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h
\
function.h regs.h insn-config.h insn-codes.h real.h expr.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