diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-22 08:52:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-22 08:52:21 +0000 |
commit | baa7ae6f10462c17d2472868e6b1c08d0ba880ae (patch) | |
tree | 65209fc2c67d9206338cce6e704dd9e13a383861 /sim/testsuite/d10v-elf/Makefile.in | |
parent | 1287d1cc37aca000234065fd0472a3a9846f4017 (diff) | |
download | binutils-gdb-baa7ae6f10462c17d2472868e6b1c08d0ba880ae.tar.gz |
When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracing
instead of sim_trace() to run the program; include support for ``-o''
option (operating environment); when a signal occurs, only continue
execution when operating environment mode.
Update d10v.
Diffstat (limited to 'sim/testsuite/d10v-elf/Makefile.in')
-rw-r--r-- | sim/testsuite/d10v-elf/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/testsuite/d10v-elf/Makefile.in b/sim/testsuite/d10v-elf/Makefile.in index 079f95d4c54..40e96464eb5 100644 --- a/sim/testsuite/d10v-elf/Makefile.in +++ b/sim/testsuite/d10v-elf/Makefile.in @@ -106,6 +106,9 @@ RUN_FOR_TARGET = `\ echo $(target_alias)-run ; \ fi` +# Force d10v into operating mode. +RUNFLAGS_FOR_TARGET=-o + check: sanity $(TESTS) sanity: |