Explicitly tag vr41/mips16 instructions.
authorAndrew Cagney <cagney@redhat.com>
Wed, 25 Nov 1998 06:50:48 +0000 (06:50 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 25 Nov 1998 06:50:48 +0000 (06:50 +0000)
Update configure.in/configure.

sim/mips/ChangeLog
sim/mips/configure.in

index 2811a23e94365eca400cf97b7cfaed60a215d0ba..686b76dc748988cfc30c92691ec83f1f0dfe54b0 100644 (file)
@@ -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
index 9a438323fc313ada07e1385fc1e83cedb0a286c3..e12f92257ac3752d704d69bda2af202c4b5edffd 100644 (file)
@@ -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"
                         ;;
This page took 0.028278 seconds and 4 git commands to generate.