From 1a89994e086cbe330e2ddc7db05f048b975a3473 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 12 May 1998 05:36:47 +0000 Subject: [PATCH] * configure.in (SUBTARGET_R3900): Define for mipstx39 target. Document a replacement. --- sim/mips/ChangeLog | 9 +++++++++ sim/mips/configure.in | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 766e4142284..6634e7b3d95 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,12 @@ +Tue May 12 15:22:11 1998 Andrew Cagney + + * configure.in (SUBTARGET_R3900): Define for mipstx39 target. + Document a replacement. + +Fri May 8 17:48:19 1998 Ian Carmichael + + * interp.c (sim_monitor): Make mon_printf work. + Wed May 6 19:42:19 1998 Doug Evans * sim-main.h (INSN_NAME): New arg `cpu'. diff --git a/sim/mips/configure.in b/sim/mips/configure.in index 181d2ac0cca..aba2f2e21b9 100644 --- a/sim/mips/configure.in +++ b/sim/mips/configure.in @@ -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) -- 2.30.2