aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-11-25 06:50:48 +0000
committerAndrew Cagney <cagney@redhat.com>1998-11-25 06:50:48 +0000
commitbaa1a488012c97190295d530f3f903d7cc440aed (patch)
treeb0a70158304bb3627633d438d0761ffb29b88dd0 /sim/mips
parentc48c0c1413be2f11e14656f9031fbb733a28dc68 (diff)
downloadfsf-binutils-gdb-baa1a488012c97190295d530f3f903d7cc440aed.zip
fsf-binutils-gdb-baa1a488012c97190295d530f3f903d7cc440aed.tar.gz
fsf-binutils-gdb-baa1a488012c97190295d530f3f903d7cc440aed.tar.bz2
Explicitly tag vr41/mips16 instructions.
Update configure.in/configure.
Diffstat (limited to 'sim/mips')
-rw-r--r--sim/mips/ChangeLog21
-rw-r--r--sim/mips/configure.in4
2 files changed, 23 insertions, 2 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 2811a23..686b76d 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,24 @@
+Wed Nov 25 17:33:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * configure.in (vr4100): Only include vr4100 instructions in
+ simulator.
+ * configure: Re-generate.
+ * m16.igen (*): Tag all mips16 instructions as also being vr4100.
+
+Mon Nov 23 18:20:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * Makefile.in (SIM_CFLAGS): Do not define WITH_IGEN.
+ * sim-main.h, sim-main.c, interp.c: Delete #if WITH_IGEN keeping
+ true alternative.
+
+ * configure.in (sim_default_gen, sim_use_gen): Replace with
+ sim_gen.
+ (--enable-sim-igen): Delete config option. Always using IGEN.
+ * configure: Re-generate.
+
+ * Makefile.in (gencode): Kill, kill, kill.
+ * gencode.c: Ditto.
+
Mon Nov 23 18:07:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
* configure.in: Configure mips64vr4100-elf nee mips64vr41* as a 64
diff --git a/sim/mips/configure.in b/sim/mips/configure.in
index 9a43832..e12f922 100644
--- a/sim/mips/configure.in
+++ b/sim/mips/configure.in
@@ -162,8 +162,8 @@ case "${target}" in
;;
# end-sanitize-cygnus
mips64vr41*) sim_gen=M16
- sim_igen_machine="-M vr4100,mips16"
- sim_m16_machine="-M vr4100,mips16"
+ sim_igen_machine="-M vr4100"
+ sim_m16_machine="-M vr4100"
sim_igen_filter="32,64,f"
sim_m16_filter="16"
;;