summaryrefslogtreecommitdiffstats
path: root/sim/mips/Makefile.in
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-03-20 01:35:13 +0000
committerChris Demetriou <cgd@google.com>2002-03-20 01:35:13 +0000
commit487f79b73c51d10c9a9f596fdc19348ed4e84566 (patch)
tree79c1119064ac49dda49261a4b5c1fba6cc8079d3 /sim/mips/Makefile.in
parent502d32d00fa339185dca42ce00569db9a602df78 (diff)
downloadppe42-binutils-487f79b73c51d10c9a9f596fdc19348ed4e84566.tar.gz
ppe42-binutils-487f79b73c51d10c9a9f596fdc19348ed4e84566.zip
2002-03-19 Chris G. Demetriou <cgd@broadcom.com>
* interp.c: Move FPU support routines from here to... * cp1.c: Here. New file. * Makefile.in (SIM_OBJS): Add cp1.o to object list. (cp1.o): New target.
Diffstat (limited to 'sim/mips/Makefile.in')
-rw-r--r--sim/mips/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in
index 98831755e3..5d0a3364e8 100644
--- a/sim/mips/Makefile.in
+++ b/sim/mips/Makefile.in
@@ -41,6 +41,7 @@ SIM_OBJS = \
$(SIM_@sim_gen@_OBJ) \
$(SIM_NEW_COMMON_OBJS) \
$(MIPS_EXTRA_OBJS) \
+ cp1.o \
interp.o \
sim-main.o \
sim-hload.o \
@@ -68,6 +69,7 @@ SIM_RUN_OBJS = nrun.o
## COMMON_POST_CONFIG_FRAG
interp.o: $(srcdir)/interp.c config.h sim-main.h itable.h
+cp1.o: $(srcdir)/cp1.c config.h sim-main.h
../igen/igen:
OpenPOWER on IntegriCloud