Add scoped_value_mark
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cell / core.exp
index 76867a68bc773eeeb7559caa38f52c469dab2644..ee39a531e5fe2297ed4132a4fac8eb324521dc02 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2009, 2011-2012 Free Software Foundation, Inc.
+# Copyright 2009-2017 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -38,16 +38,16 @@ if {[skip_cell_tests]} {
 
 # Compile SPU binary.
 if { [gdb_compile_cell_spu $spu_src $spu_bin executable {debug}]  != "" } {
-  unsupported "Compiling spu binary failed."
+  unsupported "compiling spu binary failed."
   return -1
 }
 # Compile PPU binary.
 if { [gdb_cell_embedspu $spu_bin $spu_bin-embed.o {debug}]  != "" } {
-  unsupported "Embedding spu binary failed."
+  unsupported "embedding spu binary failed."
   return -1
 }
 if { [gdb_compile_cell_ppu [list $ppu_src $spu_bin-embed.o] $ppu_bin executable {debug}] != "" } {
-  unsupported "Compiling ppu binary failed."
+  unsupported "compiling ppu binary failed."
   return -1
 }
 
This page took 0.039043 seconds and 4 git commands to generate.