Chromium Code Reviews

Unified Diff: gdb/testsuite/gdb.arch/altivec-regs.exp

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « gdb/testsuite/gdb.arch/altivec-abi.exp ('k') | gdb/testsuite/gdb.arch/amd64-byte.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.arch/altivec-regs.exp
diff --git a/gdb/testsuite/gdb.arch/altivec-regs.exp b/gdb/testsuite/gdb.arch/altivec-regs.exp
index 53cba8e67b83373870329259a2bfb3835ba6580b..0a708d8c01da98ddf1afa643ba58a48d81eead86 100644
--- a/gdb/testsuite/gdb.arch/altivec-regs.exp
+++ b/gdb/testsuite/gdb.arch/altivec-regs.exp
@@ -17,10 +17,6 @@
# Tests for Powerpc AltiVec register setting and fetching
-if $tracelevel then {
- strace $tracelevel
-}
-
#
# Test the use of registers, especially AltiVec registers, for Powerpc.
# This file uses altivec-regs.c for input.
@@ -37,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
}
« no previous file with comments | « gdb/testsuite/gdb.arch/altivec-abi.exp ('k') | gdb/testsuite/gdb.arch/amd64-byte.exp » ('j') | no next file with comments »

Powered by Google App Engine