* gdb.base/default.exp: Fix expected string in `info float' test.

This commit is contained in:
Corinna Vinschen 2002-09-10 07:03:18 +00:00
parent d0aee0c4b8
commit ce3abcfb03
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-09 Corinna Vinschen <vinschen@redhat.com>
* gdb.base/default.exp: Fix expected string in `info float' test.
2002-09-09 Ben Elliston <bje@redhat.com>
* config/mips.exp: Update comments.

View File

@ -327,7 +327,7 @@ if { [istarget "arm*-*-*"] || \
} elseif [istarget "i\[3456\]86-*-*"] then {
gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float"
} else {
gdb_test "info float" "No floating point info available for this processor." "info float"
gdb_test "info float" "No floating.point info available for this processor." "info float"
}
#test info functions
gdb_test "info functions" "All defined functions:" "info functions"