diff options
author | Chris Demetriou <cgd@google.com> | 2002-03-20 01:35:13 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-03-20 01:35:13 +0000 |
commit | 487f79b73c51d10c9a9f596fdc19348ed4e84566 (patch) | |
tree | 79c1119064ac49dda49261a4b5c1fba6cc8079d3 /sim/mips/Makefile.in | |
parent | 502d32d00fa339185dca42ce00569db9a602df78 (diff) | |
download | gdb-487f79b73c51d10c9a9f596fdc19348ed4e84566.zip gdb-487f79b73c51d10c9a9f596fdc19348ed4e84566.tar.gz gdb-487f79b73c51d10c9a9f596fdc19348ed4e84566.tar.bz2 |
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.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index 9883175..5d0a336 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: |