diff options
Diffstat (limited to 'gdb/testsuite/gdb.cell')
-rw-r--r-- | gdb/testsuite/gdb.cell/arch.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/break.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/bt.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/core.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/data.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/ea-cache.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/f-regs.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/fork.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/gcore.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/mem-access.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/ptype.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/registers.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/sizeof.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/solib-symbol.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cell/solib.exp | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/gdb/testsuite/gdb.cell/arch.exp b/gdb/testsuite/gdb.cell/arch.exp index 8ee08c8..6f812ff 100644 --- a/gdb/testsuite/gdb.cell/arch.exp +++ b/gdb/testsuite/gdb.cell/arch.exp @@ -46,7 +46,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 } 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 } 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 } diff --git a/gdb/testsuite/gdb.cell/core.exp b/gdb/testsuite/gdb.cell/core.exp index 3c01538..76867a6 100644 --- a/gdb/testsuite/gdb.cell/core.exp +++ b/gdb/testsuite/gdb.cell/core.exp @@ -51,7 +51,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 } diff --git a/gdb/testsuite/gdb.cell/data.exp b/gdb/testsuite/gdb.cell/data.exp index 9afc963..3fb134e 100644 --- a/gdb/testsuite/gdb.cell/data.exp +++ b/gdb/testsuite/gdb.cell/data.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 } diff --git a/gdb/testsuite/gdb.cell/ea-cache.exp b/gdb/testsuite/gdb.cell/ea-cache.exp index f1de8bd..fa7fb7a 100644 --- a/gdb/testsuite/gdb.cell/ea-cache.exp +++ b/gdb/testsuite/gdb.cell/ea-cache.exp @@ -46,7 +46,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 } diff --git a/gdb/testsuite/gdb.cell/f-regs.exp b/gdb/testsuite/gdb.cell/f-regs.exp index 0952cc6..42cc064 100644 --- a/gdb/testsuite/gdb.cell/f-regs.exp +++ b/gdb/testsuite/gdb.cell/f-regs.exp @@ -46,7 +46,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 } diff --git a/gdb/testsuite/gdb.cell/fork.exp b/gdb/testsuite/gdb.cell/fork.exp index d5eed2f..b22b4e6 100644 --- a/gdb/testsuite/gdb.cell/fork.exp +++ b/gdb/testsuite/gdb.cell/fork.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 } diff --git a/gdb/testsuite/gdb.cell/gcore.exp b/gdb/testsuite/gdb.cell/gcore.exp index 230fc80..c05bc4a 100644 --- a/gdb/testsuite/gdb.cell/gcore.exp +++ b/gdb/testsuite/gdb.cell/gcore.exp @@ -51,7 +51,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 } diff --git a/gdb/testsuite/gdb.cell/mem-access.exp b/gdb/testsuite/gdb.cell/mem-access.exp index 55c094a..305c32a 100644 --- a/gdb/testsuite/gdb.cell/mem-access.exp +++ b/gdb/testsuite/gdb.cell/mem-access.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 } diff --git a/gdb/testsuite/gdb.cell/ptype.exp b/gdb/testsuite/gdb.cell/ptype.exp index e5f1687..58fcb4b 100644 --- a/gdb/testsuite/gdb.cell/ptype.exp +++ b/gdb/testsuite/gdb.cell/ptype.exp @@ -46,7 +46,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 } diff --git a/gdb/testsuite/gdb.cell/registers.exp b/gdb/testsuite/gdb.cell/registers.exp index ff20b31..654e85f 100644 --- a/gdb/testsuite/gdb.cell/registers.exp +++ b/gdb/testsuite/gdb.cell/registers.exp @@ -46,7 +46,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 } diff --git a/gdb/testsuite/gdb.cell/sizeof.exp b/gdb/testsuite/gdb.cell/sizeof.exp index 616c797..0fb2dfe 100644 --- a/gdb/testsuite/gdb.cell/sizeof.exp +++ b/gdb/testsuite/gdb.cell/sizeof.exp @@ -46,7 +46,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 } diff --git a/gdb/testsuite/gdb.cell/solib-symbol.exp b/gdb/testsuite/gdb.cell/solib-symbol.exp index db49369..8e788e3 100644 --- a/gdb/testsuite/gdb.cell/solib-symbol.exp +++ b/gdb/testsuite/gdb.cell/solib-symbol.exp @@ -46,7 +46,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 } diff --git a/gdb/testsuite/gdb.cell/solib.exp b/gdb/testsuite/gdb.cell/solib.exp index 8985c2d..f65d64a 100644 --- a/gdb/testsuite/gdb.cell/solib.exp +++ b/gdb/testsuite/gdb.cell/solib.exp @@ -46,7 +46,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 } |