| Index: gdb/testsuite/gdb.arch/ppc-fp.exp
|
| diff --git a/gdb/testsuite/gdb.arch/ppc-fp.exp b/gdb/testsuite/gdb.arch/ppc-fp.exp
|
| index 41a4865646e11e5f0885a49aaa4cf424b1a48956..3d9aef685c7379b99cc8311a01d297f3d377a34c 100644
|
| --- a/gdb/testsuite/gdb.arch/ppc-fp.exp
|
| +++ b/gdb/testsuite/gdb.arch/ppc-fp.exp
|
| @@ -16,10 +16,6 @@
|
|
|
| # Tests for Powerpc floating point register setting and fetching
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
| if ![istarget "powerpc*"] then {
|
| verbose "Skipping powerpc floating point register tests."
|
| return
|
| @@ -29,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
|
| }
|
|
|