* config/mips/vr4300.mt: Added simulator to default VR4300 build.
authorJackie Smith Cashion <jsmith@redhat.com>
Wed, 8 Nov 1995 16:04:23 +0000 (16:04 +0000)
committerJackie Smith Cashion <jsmith@redhat.com>
Wed, 8 Nov 1995 16:04:23 +0000 (16:04 +0000)
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).

gdb/ChangeLog
gdb/config/mips/vr4300.mt

index aa8be8ab3493d1dc315ccbe42ec6aba84e5d762a..47c135c82365846ac41cd4a987b501a771ceb2b5 100644 (file)
@@ -1,3 +1,7 @@
+Wed Nov  8 15:59:52 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
+
+       * 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
index b5977e8bf850630fa595e5498d467d7cfd87363a..22cb25eb4259a8cf54c1515a68b817ac022ced21 100644 (file)
@@ -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
This page took 0.072953 seconds and 4 git commands to generate.