diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-10-01 11:19:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-10-01 11:19:11 +0000 |
commit | b8464c153902ebdd6496f86665378df1e43b99eb (patch) | |
tree | bfb4d9d214257ebd67f280789cd2d6385dd4bb55 /gdb/testsuite | |
parent | 24d1ff52448629a3b9889f9b12694d0746dfdfc5 (diff) | |
download | gdb-b8464c153902ebdd6496f86665378df1e43b99eb.zip gdb-b8464c153902ebdd6496f86665378df1e43b99eb.tar.gz gdb-b8464c153902ebdd6496f86665378df1e43b99eb.tar.bz2 |
Replace "exec" with "executable" in messages.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/default.exp | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index be8eca6..95ea3b9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * gdb.base/default.exp: Replace "exec" with "executable". + 1998-09-29 Keith Seitz <keiths@cygnus.com> * gdb.gdbtk/browser.test: Fix tests which incorrectly assume 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: .* |