diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/vsx-regs.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/vsx-regs.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/vsx-regs.exp b/gdb/testsuite/gdb.arch/vsx-regs.exp index 82201a3..d015787 100644 --- a/gdb/testsuite/gdb.arch/vsx-regs.exp +++ b/gdb/testsuite/gdb.arch/vsx-regs.exp @@ -29,7 +29,7 @@ set binfile ${objdir}/${subdir}/${testfile} set srcfile ${testfile}.c set compile_flags {debug nowarnings quiet} -if [get_compiler_info $binfile] { +if [get_compiler_info] { warning "get_compiler failed" return -1 } |