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.
This commit is contained in:
Chris Demetriou 2002-03-20 01:35:13 +00:00
parent 502d32d00f
commit 487f79b73c
4 changed files with 1104 additions and 1069 deletions

View File

@ -1,3 +1,10 @@
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.
2002-03-12 Chris Demetriou <cgd@broadcom.com>
* configure.in (mipsisa32*-*-*, mipsisa64*-*-*): New targets.

View File

@ -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:

1095
sim/mips/cp1.c Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff