From: Jackie Smith Cashion Date: Wed, 8 Nov 1995 16:04:23 +0000 (+0000) Subject: * config/mips/vr4300.mt: Added simulator to default VR4300 build. X-Git-Tag: gdb-4_18-branchpoint~10199 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=549cd3bac1252695a33a3900c3780ef86c1ddea2;p=thirdparty%2Fbinutils-gdb.git * config/mips/vr4300.mt: Added simulator to default VR4300 build. NOTE: Only the BigEndian build has the simulator included, because a LittleEndian simulator is not constructed at the moment (it should work, but has not been tested fully). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aa8be8ab349..47c135c8236 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Wed Nov 8 15:59:52 1995 James G. Smith + + * config/mips/vr4300.mt: Added simulator to default VR4300 build. + Tue Nov 7 16:02:25 1995 Stu Grossman (grossman@cygnus.com) * remote-mips.c (mips_initialize): Fix brain damage found by diff --git a/gdb/config/mips/vr4300.mt b/gdb/config/mips/vr4300.mt index b5977e8bf85..22cb25eb425 100644 --- a/gdb/config/mips/vr4300.mt +++ b/gdb/config/mips/vr4300.mt @@ -1,3 +1,5 @@ # Target: Big-endian SIM monitor board. TDEPFILES= mips-tdep.o remote-mips.o TM_FILE= tm-vr4300.h +SIM_OBS = remote-sim.o +SIM = ../sim/mips/libsim.a