mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* configure.in (SUBTARGET_R3900): Define for mipstx39 target.
Document a replacement.
This commit is contained in:
@ -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>
|
Wed May 6 19:42:19 1998 Doug Evans <devans@canuck.cygnus.com>
|
||||||
|
|
||||||
* sim-main.h (INSN_NAME): New arg `cpu'.
|
* sim-main.h (INSN_NAME): New arg `cpu'.
|
||||||
|
@ -32,10 +32,16 @@ esac
|
|||||||
AC_SUBST(SIMCONF)
|
AC_SUBST(SIMCONF)
|
||||||
|
|
||||||
# DEPRECATED
|
# 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
|
case "${target}" in
|
||||||
# start-sanitize-tx19
|
# start-sanitize-tx19
|
||||||
mipstx19*-*-*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
|
mipstx19*-*-*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
|
||||||
# end-sanitize-tx19
|
# end-sanitize-tx19
|
||||||
|
mipstx39*-*-*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
|
||||||
*) SIM_SUBTARGET="";;
|
*) SIM_SUBTARGET="";;
|
||||||
esac
|
esac
|
||||||
AC_SUBST(SIM_SUBTARGET)
|
AC_SUBST(SIM_SUBTARGET)
|
||||||
|
Reference in New Issue
Block a user