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
ee7e5441
Commit
ee7e5441
authored
Mar 31, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(real.o): New target.
(OBJS): Add real.o. From-SVN: r3935
parent
fd76a739
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
gcc/Makefile.in
+2
-1
No files found.
gcc/Makefile.in
View file @
ee7e5441
...
...
@@ -370,7 +370,7 @@ CPLUS_OBJS = cp-parse.o cp-decl.o cp-decl2.o \
# Language-independent object files.
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
\
rtl.o print-rtl.o rtlanal.o emit-rtl.o
real.o
\
dbxout.o sdbout.o dwarfout.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
\
...
...
@@ -876,6 +876,7 @@ dwarfout.o : dwarfout.c $(CONFIG_H) $(TREE_H) $(RTL_H) dwarf.h flags.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) flags.h gvarargs.h function.h
\
regs.h insn-config.h insn-codes.h real.h expr.h
real.o
:
real.c $(CONFIG_H) $(TREE_H)
getpwd.o
:
getpwd.c $(CONFIG_H)
integrate.o
:
integrate.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h integrate.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