diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch')
-rw-r--r-- | gdb/testsuite/gdb.arch/altivec-abi.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/altivec-regs.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/amd64-byte.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/amd64-dword.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/amd64-word.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-avx.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-byte.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-sse.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-word.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/ppc-dfp.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/ppc-fp.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/vsx-regs.exp | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/gdb/testsuite/gdb.arch/altivec-abi.exp b/gdb/testsuite/gdb.arch/altivec-abi.exp index 74b8f2a2290..a958250bd1f 100644 --- a/gdb/testsuite/gdb.arch/altivec-abi.exp +++ b/gdb/testsuite/gdb.arch/altivec-abi.exp @@ -31,7 +31,7 @@ set testfile "altivec-abi" set binfile ${objdir}/${subdir}/${testfile} set srcfile ${testfile}.c -if [get_compiler_info $binfile] { +if [get_compiler_info] { warning "get_compiler failed" return -1 } diff --git a/gdb/testsuite/gdb.arch/altivec-regs.exp b/gdb/testsuite/gdb.arch/altivec-regs.exp index 6ed61079a1c..0a708d8c01d 100644 --- a/gdb/testsuite/gdb.arch/altivec-regs.exp +++ b/gdb/testsuite/gdb.arch/altivec-regs.exp @@ -33,7 +33,7 @@ set binfile ${objdir}/${subdir}/${testfile} set srcfile ${testfile}.c set compile_flags {debug nowarnings} -if [get_compiler_info $binfile] { +if [get_compiler_info] { warning "get_compiler failed" return -1 } diff --git a/gdb/testsuite/gdb.arch/amd64-byte.exp b/gdb/testsuite/gdb.arch/amd64-byte.exp index 87f6332356f..023a602db75 100644 --- a/gdb/testsuite/gdb.arch/amd64-byte.exp +++ b/gdb/testsuite/gdb.arch/amd64-byte.exp @@ -28,7 +28,7 @@ set testfile "amd64-byte" set srcfile amd64-pseudo.c set binfile ${objdir}/${subdir}/${testfile} -if [get_compiler_info ${binfile}] { +if [get_compiler_info] { return -1 } diff --git a/gdb/testsuite/gdb.arch/amd64-dword.exp b/gdb/testsuite/gdb.arch/amd64-dword.exp index ed427162248..a1f615caa80 100644 --- a/gdb/testsuite/gdb.arch/amd64-dword.exp +++ b/gdb/testsuite/gdb.arch/amd64-dword.exp @@ -28,7 +28,7 @@ set testfile "amd64-dword" set srcfile amd64-pseudo.c set binfile ${objdir}/${subdir}/${testfile} -if [get_compiler_info ${binfile}] { +if [get_compiler_info] { return -1 } diff --git a/gdb/testsuite/gdb.arch/amd64-word.exp b/gdb/testsuite/gdb.arch/amd64-word.exp index 4eaa4214f86..62075183c1a 100644 --- a/gdb/testsuite/gdb.arch/amd64-word.exp +++ b/gdb/testsuite/gdb.arch/amd64-word.exp @@ -28,7 +28,7 @@ set testfile "amd64-word" set srcfile amd64-pseudo.c set binfile ${objdir}/${subdir}/${testfile} -if [get_compiler_info ${binfile}] { +if [get_compiler_info] { return -1 } diff --git a/gdb/testsuite/gdb.arch/i386-avx.exp b/gdb/testsuite/gdb.arch/i386-avx.exp index 0ef25d17383..52a6e4aa8f5 100644 --- a/gdb/testsuite/gdb.arch/i386-avx.exp +++ b/gdb/testsuite/gdb.arch/i386-avx.exp @@ -28,7 +28,7 @@ set testfile "i386-avx" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile} -if [get_compiler_info ${binfile}] { +if [get_compiler_info] { return -1 } diff --git a/gdb/testsuite/gdb.arch/i386-byte.exp b/gdb/testsuite/gdb.arch/i386-byte.exp index c4b212fc2dd..38e8c4d884e 100644 --- a/gdb/testsuite/gdb.arch/i386-byte.exp +++ b/gdb/testsuite/gdb.arch/i386-byte.exp @@ -28,7 +28,7 @@ set testfile "i386-byte" set srcfile i386-pseudo.c set binfile ${objdir}/${subdir}/${testfile} -if [get_compiler_info ${binfile}] { +if [get_compiler_info] { return -1 } diff --git a/gdb/testsuite/gdb.arch/i386-sse.exp b/gdb/testsuite/gdb.arch/i386-sse.exp index 1a868bd9f5a..896faf35427 100644 --- a/gdb/testsuite/gdb.arch/i386-sse.exp +++ b/gdb/testsuite/gdb.arch/i386-sse.exp @@ -28,7 +28,7 @@ set testfile "i386-sse" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile} -if [get_compiler_info ${binfile}] { +if [get_compiler_info] { return -1 } diff --git a/gdb/testsuite/gdb.arch/i386-word.exp b/gdb/testsuite/gdb.arch/i386-word.exp index 317b9f7d99e..fb402fbb769 100644 --- a/gdb/testsuite/gdb.arch/i386-word.exp +++ b/gdb/testsuite/gdb.arch/i386-word.exp @@ -28,7 +28,7 @@ set testfile "i386-word" set srcfile i386-pseudo.c set binfile ${objdir}/${subdir}/${testfile} -if [get_compiler_info ${binfile}] { +if [get_compiler_info] { return -1 } diff --git a/gdb/testsuite/gdb.arch/ppc-dfp.exp b/gdb/testsuite/gdb.arch/ppc-dfp.exp index d08424b0a4e..47ddc8b9da8 100644 --- a/gdb/testsuite/gdb.arch/ppc-dfp.exp +++ b/gdb/testsuite/gdb.arch/ppc-dfp.exp @@ -25,7 +25,7 @@ set testfile "ppc-dfp" set binfile ${objdir}/${subdir}/${testfile} set srcfile ${testfile}.c -if [get_compiler_info $binfile] { +if [get_compiler_info] { warning "get_compiler failed" return -1 } diff --git a/gdb/testsuite/gdb.arch/ppc-fp.exp b/gdb/testsuite/gdb.arch/ppc-fp.exp index 2eff7fb7dcf..3d9aef685c7 100644 --- a/gdb/testsuite/gdb.arch/ppc-fp.exp +++ b/gdb/testsuite/gdb.arch/ppc-fp.exp @@ -25,7 +25,7 @@ set testfile "ppc-fp" set binfile ${objdir}/${subdir}/${testfile} set srcfile ${testfile}.c -if [get_compiler_info $binfile] { +if [get_compiler_info] { warning "get_compiler failed" return -1 } diff --git a/gdb/testsuite/gdb.arch/vsx-regs.exp b/gdb/testsuite/gdb.arch/vsx-regs.exp index 82201a3f33b..d015787763a 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 } |