diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/ppc-dfp.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/ppc-dfp.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.arch/ppc-dfp.exp b/gdb/testsuite/gdb.arch/ppc-dfp.exp index 6f77d18..b7f1905 100644 --- a/gdb/testsuite/gdb.arch/ppc-dfp.exp +++ b/gdb/testsuite/gdb.arch/ppc-dfp.exp @@ -35,7 +35,7 @@ if ![test_compiler_info gcc*] { } if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {quiet debug}] != "" } { - unsupported "This machine doesn't support Decimal Floating Point." + unsupported "this machine doesn't support Decimal Floating Point." return -1 } @@ -54,7 +54,7 @@ gdb_run_cmd # Unless the program bails out after checking AT_HWCAP. gdb_expect { -re "$inferior_exited_re with code 01.\[\r\n\]+$gdb_prompt $" { - unsupported "This machine doesn't support Decimal Floating Point." + unsupported "this machine doesn't support Decimal Floating Point." return -1 } |