Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / mips16-thunks.exp
index 15ebad3c22fc875c1c6ab0a6d8ccd24a6491596c..37190d06d464f50f5061fa720580afad7fb504bb 100644 (file)
@@ -62,7 +62,7 @@ gdb_compile ${srcfile} ${objfile} object ${options}
 set binfile [standard_output_file ${testname}]
 set options [list debug nowarnings]
 if { [gdb_compile ${objfiles} ${binfile} executable ${options}] != "" } then {
-    unsupported "No MIPS16 support in the toolchain."
+    unsupported "no MIPS16 support in the toolchain."
     return
 }
 clean_restart ${testname}
@@ -76,21 +76,21 @@ gdb_test_multiple "" "check for MIPS16 support in the processor" {
                verbose "MIPS16 support check successful."
            }
            -re "$gdb_prompt $" {
-               unsupported "No MIPS16 support in the processor."
+               unsupported "no MIPS16 support in the processor."
                return
            }
            default {
-               unsupported "No MIPS16 support in the processor."
+               unsupported "no MIPS16 support in the processor."
                return
            }
        }
     }
     -re "$gdb_prompt $" {
-       unsupported "No MIPS16 support in the processor."
+       unsupported "no MIPS16 support in the processor."
        return
     }
     default {
-       unsupported "No MIPS16 support in the processor."
+       unsupported "no MIPS16 support in the processor."
        return
     }
 }
This page took 0.026321 seconds and 4 git commands to generate.