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
15228eb6
Commit
15228eb6
authored
Oct 29, 2001
by
Richard Kenner
Committed by
Richard Kenner
Oct 29, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (OBJS): Put all files in alphabetical order.
From-SVN: r46607
parent
94784fb9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
17 deletions
+18
-17
gcc/ChangeLog
+2
-0
gcc/Makefile.in
+16
-17
No files found.
gcc/ChangeLog
View file @
15228eb6
Mon
Oct
29
07
:
23
:
33
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
Makefile
.
in
(
OBJS
)
:
Put
all
files
in
alphabetical
order
.
*
dwarf2out
.
c
(
add_const_value_attribute
)
:
Fix
error
in
last
change
.
...
...
gcc/Makefile.in
View file @
15228eb6
...
...
@@ -733,23 +733,22 @@ C_OBJS = c-parse.o c-lang.o $(C_AND_OBJC_OBJS)
# Language-independent object files.
OBJS
=
\
alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o
\
combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o
\
dependence.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o
\
dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o
\
final.o flow.o fold-const.o
function
.o gcse.o genrtl.o ggc-common.o
\
global.o graph.o haifa-sched.o hash.o hashtable.o ifcvt.o
\
insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o
\
insn-peep.o insn-recog.o integrate.o intl.o jump.o lcm.o lists.o
\
local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o
\
print-tree.o profile.o real.o recog.o reg-stack.o regclass.o regmove.o
\
regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o
\
rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o
\
sdbout.o sibcall.o simplify-rtx.o splay-tree.o ssa.o ssa-ccp.o
\
ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tree.o
\
unroll.o varasm.o varray.o version.o xcoffout.o cfg.o cfganal.o
\
cfgbuild.o cfgcleanup.o cfgloop.o cfgrtl.o tree-inline.o langhooks.o
\
OBJS
=
alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o
\
cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgloop.o cfgrtl.o combine.o
\
conflict.o convert.o cse.o cselib.o dbxout.o debug.o dependence.o df.o
\
diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o
\
emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o
\
fold-const.o
function
.o gcse.o genrtl.o ggc-common.o global.o graph.o
\
haifa-sched.o hash.o hashtable.o ifcvt.o insn-attrtab.o insn-emit.o
\
insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o
\
integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o
\
loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o
\
profile.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o
\
reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o
\
sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o
\
sibcall.o simplify-rtx.o splay-tree.o ssa.o ssa-ccp.o ssa-dce.o stmt.o
\
stor-layout.o stringpool.o timevar.o toplev.o tree.o tree-inline.o
\
unroll.o varasm.o varray.o version.o xcoffout.o
\
$(GGC)
$(out_object_file)
$(EXTRA_OBJS)
BACKEND
=
main.o libbackend.a
...
...
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