diff options
Diffstat (limited to 'gdb/testsuite/gdb.cell/break.exp')
-rw-r--r-- | gdb/testsuite/gdb.cell/break.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cell/break.exp b/gdb/testsuite/gdb.cell/break.exp index bfe64e3..499c80f 100644 --- a/gdb/testsuite/gdb.cell/break.exp +++ b/gdb/testsuite/gdb.cell/break.exp @@ -47,7 +47,7 @@ if { [gdb_compile_cell_ppu [list $ppu_src $spu_bin-embed.o] $ppu_bin executable return -1 } -if [get_compiler_info ${ppu_bin}] { +if [get_compiler_info] { return -1 } |