Commit 252b3e8c by Michael Matz Committed by Michael Matz

* Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.

From-SVN: r173957
parent 2ee36ba6
2011-05-20 Michael Matz <matz@suse.de> 2011-05-20 Michael Matz <matz@suse.de>
* Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
2011-05-20 Michael Matz <matz@suse.de>
Richard Guenther <rguenther@suse.de> Richard Guenther <rguenther@suse.de>
* lto-streamer.c (lto_record_common_node): Don't track seen nodes, * lto-streamer.c (lto_record_common_node): Don't track seen nodes,
......
...@@ -1189,7 +1189,7 @@ C_OBJS = c-lang.o c-family/stub-objc.o $(C_AND_OBJC_OBJS) ...@@ -1189,7 +1189,7 @@ C_OBJS = c-lang.o c-family/stub-objc.o $(C_AND_OBJC_OBJS)
# We put the insn-*.o files first so that a parallel make will build # We put the insn-*.o files first so that a parallel make will build
# them sooner, because they are large and otherwise tend to be the # them sooner, because they are large and otherwise tend to be the
# last objects to finish building. # last objects to finish building.
OBJS-common = \ OBJS = \
insn-attrtab.o \ insn-attrtab.o \
insn-automata.o \ insn-automata.o \
insn-emit.o \ insn-emit.o \
...@@ -1222,11 +1222,16 @@ OBJS-common = \ ...@@ -1222,11 +1222,16 @@ OBJS-common = \
cfgloopanal.o \ cfgloopanal.o \
cfgloopmanip.o \ cfgloopmanip.o \
cfgrtl.o \ cfgrtl.o \
cgraph.o \
cgraphbuild.o \
cgraphunit.o \
combine.o \ combine.o \
combine-stack-adj.o \ combine-stack-adj.o \
compare-elim.o \ compare-elim.o \
convert.o \ convert.o \
coverage.o \ coverage.o \
cppbuiltin.o \
cppdefault.o \
cprop.o \ cprop.o \
cse.o \ cse.o \
cselib.o \ cselib.o \
...@@ -1287,11 +1292,23 @@ OBJS-common = \ ...@@ -1287,11 +1292,23 @@ OBJS-common = \
hwint.o \ hwint.o \
ifcvt.o \ ifcvt.o \
implicit-zee.o \ implicit-zee.o \
incpath.o \
init-regs.o \ init-regs.o \
input.o \ input.o \
integrate.o \ integrate.o \
internal-fn.o \ internal-fn.o \
intl.o \ intl.o \
ipa-cp.o \
ipa-split.o \
ipa-inline.o \
ipa-inline-analysis.o \
ipa-inline-transform.o \
ipa-prop.o \
ipa-pure-const.o \
ipa-reference.o \
ipa-ref.o \
ipa-utils.o \
ipa.o \
ira.o \ ira.o \
ira-build.o \ ira-build.o \
ira-costs.o \ ira-costs.o \
...@@ -1319,6 +1336,7 @@ OBJS-common = \ ...@@ -1319,6 +1336,7 @@ OBJS-common = \
lto-opts.o \ lto-opts.o \
lto-streamer.o \ lto-streamer.o \
lto-compress.o \ lto-compress.o \
matrix-reorg.o \
mcf.o \ mcf.o \
mode-switching.o \ mode-switching.o \
modulo-sched.o \ modulo-sched.o \
...@@ -1336,6 +1354,7 @@ OBJS-common = \ ...@@ -1336,6 +1354,7 @@ OBJS-common = \
postreload-gcse.o \ postreload-gcse.o \
postreload.o \ postreload.o \
predict.o \ predict.o \
prefix.o \
pretty-print.o \ pretty-print.o \
print-rtl.o \ print-rtl.o \
print-tree.o \ print-tree.o \
...@@ -1394,10 +1413,12 @@ OBJS-common = \ ...@@ -1394,10 +1413,12 @@ OBJS-common = \
tree-eh.o \ tree-eh.o \
tree-emutls.o \ tree-emutls.o \
tree-if-conv.o \ tree-if-conv.o \
tree-inline.o \
tree-into-ssa.o \ tree-into-ssa.o \
tree-iterator.o \ tree-iterator.o \
tree-loop-distribution.o \ tree-loop-distribution.o \
tree-nested.o \ tree-nested.o \
tree-nomudflap.o \
tree-nrv.o \ tree-nrv.o \
tree-object-size.o \ tree-object-size.o \
tree-optimize.o \ tree-optimize.o \
...@@ -1452,54 +1473,26 @@ OBJS-common = \ ...@@ -1452,54 +1473,26 @@ OBJS-common = \
tree-tailcall.o \ tree-tailcall.o \
tree-vect-generic.o \ tree-vect-generic.o \
tree-vect-patterns.o \ tree-vect-patterns.o \
tree-vect-data-refs.o \ tree-vect-data-refs.o \
tree-vect-stmts.o \ tree-vect-stmts.o \
tree-vect-loop.o \ tree-vect-loop.o \
tree-vect-loop-manip.o \ tree-vect-loop-manip.o \
tree-vect-slp.o \ tree-vect-slp.o \
tree-vectorizer.o \ tree-vectorizer.o \
tree-vrp.o \ tree-vrp.o \
tree.o \ tree.o \
value-prof.o \ value-prof.o \
var-tracking.o \ var-tracking.o \
varasm.o \ varasm.o \
varpool.o \
vec.o \ vec.o \
version.o \ version.o \
vmsdbgout.o \ vmsdbgout.o \
web.o \ web.o \
xcoffout.o xcoffout.o \
$(out_object_file) \
# Target object files.
OBJS-md = $(out_object_file)
# Language independent object files which are not used by all languages.
OBJS-archive = \
$(EXTRA_OBJS) \ $(EXTRA_OBJS) \
$(host_hook_obj) \ $(host_hook_obj)
cgraph.o \
cgraphbuild.o \
cgraphunit.o \
cppbuiltin.o \
cppdefault.o \
incpath.o \
ipa-cp.o \
ipa-split.o \
ipa-inline.o \
ipa-inline-analysis.o \
ipa-inline-transform.o \
ipa-prop.o \
ipa-pure-const.o \
ipa-reference.o \
ipa-ref.o \
ipa-utils.o \
ipa.o \
matrix-reorg.o \
prefix.o \
tree-inline.o \
tree-nomudflap.o \
varpool.o
OBJS = $(OBJS-common) $(OBJS-md) $(OBJS-archive)
# This lists all host objects for the front ends. # This lists all host objects for the front ends.
ALL_HOST_FRONTEND_OBJS = $(C_OBJS) \ ALL_HOST_FRONTEND_OBJS = $(C_OBJS) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment