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