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 | |
parent | 1287d1cc37aca000234065fd0472a3a9846f4017 (diff) | |
download | gdb-baa7ae6f10462c17d2472868e6b1c08d0ba880ae.zip gdb-baa7ae6f10462c17d2472868e6b1c08d0ba880ae.tar.gz gdb-baa7ae6f10462c17d2472868e6b1c08d0ba880ae.tar.bz2 |
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')
-rw-r--r-- | sim/testsuite/d10v-elf/ChangeLog | 4 | ||||
-rw-r--r-- | sim/testsuite/d10v-elf/Makefile.in | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sim/testsuite/d10v-elf/ChangeLog b/sim/testsuite/d10v-elf/ChangeLog index 1d73e29..a7cf211 100644 --- a/sim/testsuite/d10v-elf/ChangeLog +++ b/sim/testsuite/d10v-elf/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 22 17:36:34 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * Makefile.in: Force d10v into operating mode. + Mon Jan 3 00:17:28 2000 Andrew Cagney <cagney@b1.cygnus.com> * t-ae-ld-d.s, t-ae-ld-i.s, t-ae-ld-id.s, t-ae-ld-im.s , diff --git a/sim/testsuite/d10v-elf/Makefile.in b/sim/testsuite/d10v-elf/Makefile.in index 079f95d..40e9646 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: |