* config/mips/{embed,embed64,embedl,embedl64}.mt:

Link in simulator on MIPS embedded targets.
This commit is contained in:
Mark Alexander 1997-01-20 22:59:46 +00:00
parent 5a8023e5ba
commit f1536ab577
4 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Jan 20 13:52:13 1997 Mark Alexander <marka@cygnus.com>
* config/mips/{embed,embed64,embedl,embedl64}.mt:
Link in simulator on MIPS embedded targets.
Sat Jan 18 02:31:29 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* blockframe.c (frameless_look_for_prologue): Mark frames

View File

@ -1,3 +1,5 @@
# Target: Big-endian mips board, typically an IDT.
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
TM_FILE= tm-embed64.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a -lm

View File

@ -1,3 +1,5 @@
# Target: Big-endian mips board, typically an IDT.
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
TM_FILE= tm-embedl.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a -lm

View File

@ -1,3 +1,5 @@
# Target: Big-endian mips board, typically an IDT.
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
TM_FILE= tm-embedl64.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a -lm