aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-10-01 11:19:11 +0000
committerAndrew Cagney <cagney@redhat.com>1998-10-01 11:19:11 +0000
commitb8464c153902ebdd6496f86665378df1e43b99eb (patch)
treebfb4d9d214257ebd67f280789cd2d6385dd4bb55 /gdb/testsuite/gdb.base
parent24d1ff52448629a3b9889f9b12694d0746dfdfc5 (diff)
downloadgdb-b8464c153902ebdd6496f86665378df1e43b99eb.zip
gdb-b8464c153902ebdd6496f86665378df1e43b99eb.tar.gz
gdb-b8464c153902ebdd6496f86665378df1e43b99eb.tar.bz2
Replace "exec" with "executable" in messages.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/default.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index 1c401ca..0f5a408 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -273,7 +273,7 @@ gdb_test "info files" "" "info files"
#test info float
if [istarget "arm-*-*"] then {
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
-} else if [istarget "thumb-*-*"] then {
+} elseif [istarget "thumb-*-*"] then {
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
} else {
gdb_test "info float" "No floating point info available for this processor." "info float"
@@ -386,7 +386,7 @@ You must specify a function name to run, and arguments if any"\
You can't do that when your target is `None'.*$gdb_prompt $"\
{ pass "run \"r\" abbreviation" }
-re "Starting program: .*
-No exec file specified.*
+No executable file specified.*
Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
{ pass "run \"r\" abbreviation" }
-re "Starting program: .*
@@ -415,7 +415,7 @@ You must specify a function name to run, and arguments if any"
gdb_expect {
-re "Starting program:.*You can't do that when your target is `None'.*$gdb_prompt $" { pass "run" }
-re "Starting program: .*
-No exec file specified.*
+No executable file specified.*
Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
{ pass "run" }
-re "Starting program: .*