aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.trace/while-stepping.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.trace/while-stepping.exp')
-rw-r--r--gdb/testsuite/gdb.trace/while-stepping.exp19
1 files changed, 7 insertions, 12 deletions
diff --git a/gdb/testsuite/gdb.trace/while-stepping.exp b/gdb/testsuite/gdb.trace/while-stepping.exp
index 3cf1e33..bce61a3 100644
--- a/gdb/testsuite/gdb.trace/while-stepping.exp
+++ b/gdb/testsuite/gdb.trace/while-stepping.exp
@@ -27,18 +27,13 @@ set bug_id 0
gdb_exit
gdb_start
-if [istarget "m68k-*-elf"] then {
- set srcfile gdb_c_test.c
- set binfile [board_info target d490_binfile];
-} else {
- set testfile "actions"
- set srcfile ${testfile}.c
- set binfile ${objdir}/${subdir}/while-stepping
- if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" $binfile \
- executable {debug nowarnings}] != "" } {
- untested while-stepping.exp
- return -1
- }
+set testfile "actions"
+set srcfile ${testfile}.c
+set binfile ${objdir}/${subdir}/while-stepping
+if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" $binfile \
+ executable {debug nowarnings}] != "" } {
+ untested while-stepping.exp
+ return -1
}
gdb_reinitialize_dir $srcdir/$subdir