summaryrefslogtreecommitdiff
path: root/sim/mn10300/configure.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-12-30 12:17:10 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-12-30 12:17:10 +0000
commit9b27cf7bbb8b31461f7d91e737b026b6cbea640d (patch)
treea03fa345797afee9ebfbe549a02449ae2d3805c3 /sim/mn10300/configure.in
parent617ca17ed2a92af9e9b8cc0ed5ac8cf04fc99f43 (diff)
downloadbinutils-gdb-9b27cf7bbb8b31461f7d91e737b026b6cbea640d.tar.gz
* eCos->devo merge; am30 sanitization tags removed
1998-12-29 Frank Ch. Eigler <fche@cygnus.com> * Makefile.in (WITH_COMMON_OBJS): Build also dv-sockser.o. * interp.c (sim_open): Add stub mn103002 cache control memory regions. Set OPERATING_ENVIRONMENT on "stdeval1" board. (mn10300_core_signal): New function to intercept memory errors. (program_interrupt): New function to dispatch to exception vector (mn10300_exception_*): New functions to snapshot pre/post exception state. * sim-main.h (SIM_CORE_SIGNAL): Define hook - call mn10300_core_signal. (SIM_ENGINE_HALT_HOOK): Do nothing. (SIM_CPU_EXCEPTION*): Define hooks to call mn10300_cpu_exception*(). (_sim_cpu): Add exc_* fields to store register value snapshots. * dv-mn103ser.c (*): Support dv-sockser backend for UART I/O. Various endianness and warning fixes. * mn10300.igen (illegal): Call program_interrupt on error. (break): Call program_interrupt on breakpoint Several changes from <janczyn@cygnus.com> and <cagney@cygnus.com> merged in: * dv-mn103int.c (mn103int_ioctl): New function for NMI generation. (mn103int_finish): Install it as ioctl handler. * dv-mn103tim.c: Support timer 6 specially. Endianness fixes.
Diffstat (limited to 'sim/mn10300/configure.in')
-rw-r--r--sim/mn10300/configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/mn10300/configure.in b/sim/mn10300/configure.in
index 38ee9417794..8160609d690 100644
--- a/sim/mn10300/configure.in
+++ b/sim/mn10300/configure.in
@@ -13,10 +13,8 @@ SIM_AC_OPTION_WARNINGS
SIM_AC_OPTION_RESERVED_BITS
SIM_AC_OPTION_BITSIZE(32,31)
SIM_AC_OPTION_INLINE()
-# start-sanitize-am30
SIM_AC_OPTION_HARDWARE(yes,,mn103cpu mn103int mn103tim mn103ser mn103iop)
-# end-sanitize-am30
AC_CHECK_FUNCS(time chmod utime fork execve execv chown)
AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h utime.h time.h)