X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.cell%2Fsolib.exp;h=ad43b03f3deb031f2863c7ad0b0fa1f55d967afe;hb=bc6c7af4a2f23c48a38139fc7e0ed2ac7b12bb69;hp=05fcd9bd7ef0ae301cb2ae7323344069f85b56e8;hpb=88256e713c707aeb850688071150d32f9cca5a91;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.cell/solib.exp b/gdb/testsuite/gdb.cell/solib.exp index 05fcd9bd7e..ad43b03f3d 100644 --- a/gdb/testsuite/gdb.cell/solib.exp +++ b/gdb/testsuite/gdb.cell/solib.exp @@ -33,16 +33,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 } @@ -62,7 +62,7 @@ gdb_test "info sharedlibrary" \ "no shared library is loaded" if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 }