Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / ppc-dfp.exp
index 6f77d1895c15ea77390b2b98a003c1f225dc9d05..b7f19052c36730afd0b21f607b2ad8d47a5e21ad 100644 (file)
@@ -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
   }
 
This page took 0.025295 seconds and 4 git commands to generate.