mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
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:
parent
502d32d00f
commit
487f79b73c
@ -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.
|
||||
|
@ -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
1095
sim/mips/cp1.c
Normal file
File diff suppressed because it is too large
Load Diff
1069
sim/mips/interp.c
1069
sim/mips/interp.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user