mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* config/mips/{embed,embed64,embedl,embedl64}.mt:
Link in simulator on MIPS embedded targets.
This commit is contained in:
parent
5a8023e5ba
commit
f1536ab577
@ -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)
|
Sat Jan 18 02:31:29 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
* blockframe.c (frameless_look_for_prologue): Mark frames
|
* blockframe.c (frameless_look_for_prologue): Mark frames
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
# Target: Big-endian mips board, typically an IDT.
|
# Target: Big-endian mips board, typically an IDT.
|
||||||
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
||||||
TM_FILE= tm-embed64.h
|
TM_FILE= tm-embed64.h
|
||||||
|
SIM_OBS = remote-sim.o
|
||||||
|
SIM = ../sim/mips/libsim.a -lm
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
# Target: Big-endian mips board, typically an IDT.
|
# Target: Big-endian mips board, typically an IDT.
|
||||||
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
||||||
TM_FILE= tm-embedl.h
|
TM_FILE= tm-embedl.h
|
||||||
|
SIM_OBS = remote-sim.o
|
||||||
|
SIM = ../sim/mips/libsim.a -lm
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
# Target: Big-endian mips board, typically an IDT.
|
# Target: Big-endian mips board, typically an IDT.
|
||||||
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
|
||||||
TM_FILE= tm-embedl64.h
|
TM_FILE= tm-embedl64.h
|
||||||
|
SIM_OBS = remote-sim.o
|
||||||
|
SIM = ../sim/mips/libsim.a -lm
|
||||||
|
Loading…
Reference in New Issue
Block a user