* configure.in (SUBTARGET_R3900): Define for mipstx39 target.
authorAndrew Cagney <cagney@redhat.com>
Tue, 12 May 1998 05:36:47 +0000 (05:36 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 12 May 1998 05:36:47 +0000 (05:36 +0000)
Document a replacement.

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

index 766e414..6634e7b 100644 (file)
@@ -1,3 +1,12 @@
+Tue May 12 15:22:11 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (SUBTARGET_R3900): Define for mipstx39 target.
+       Document a replacement.
+
+Fri May  8 17:48:19 1998  Ian Carmichael  <iancarm@cygnus.com>
+
+       * interp.c (sim_monitor): Make mon_printf work.
+
 Wed May  6 19:42:19 1998  Doug Evans  <devans@canuck.cygnus.com>
 
        * sim-main.h (INSN_NAME): New arg `cpu'.
index 181d2ac..aba2f2e 100644 (file)
@@ -32,10 +32,16 @@ esac
 AC_SUBST(SIMCONF)
 
 # DEPRECATED
+#
+# Instead of defining a `subtarget' macro, code should be checking
+# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
+# in question.
+#
 case "${target}" in
 # start-sanitize-tx19
   mipstx19*-*-*)        SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
 # end-sanitize-tx19
+  mipstx39*-*-*)        SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
   *)                    SIM_SUBTARGET="";;
 esac
 AC_SUBST(SIM_SUBTARGET)