diff options
Diffstat (limited to 'gdb/testsuite/gdb.cell/bt.exp')
-rw-r--r-- | gdb/testsuite/gdb.cell/bt.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cell/bt.exp b/gdb/testsuite/gdb.cell/bt.exp index db07780..15a3b32 100644 --- a/gdb/testsuite/gdb.cell/bt.exp +++ b/gdb/testsuite/gdb.cell/bt.exp @@ -58,7 +58,7 @@ if { [gdb_compile_cell_ppu [list $ppu_src $spu_bin-embed.o $spu2_bin-embed.o] $p return -1 } -if [get_compiler_info ${ppu_bin}] { +if [get_compiler_info] { return -1 } |