| Index: gdb/testsuite/gdb.base/code-expr.exp
|
| diff --git a/gdb/testsuite/gdb.base/code-expr.exp b/gdb/testsuite/gdb.base/code-expr.exp
|
| index 0cf4a735990f0df056b720b82d3f8a701107c02d..fe95305236fd9450375f61dff385090c6da5c772 100644
|
| --- a/gdb/testsuite/gdb.base/code-expr.exp
|
| +++ b/gdb/testsuite/gdb.base/code-expr.exp
|
| @@ -18,10 +18,6 @@
|
| # This file is part of the gdb testsuite
|
| # Tests for type expressions using the new "@code" and "@data" modifiers.
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| - }
|
| -
|
| #
|
| # test running programs
|
| #
|
| @@ -40,10 +36,6 @@ gdb_start
|
| gdb_reinitialize_dir $srcdir/$subdir
|
| gdb_load ${binfile}
|
|
|
| -if [target_info exists gdb_stub] {
|
| - gdb_step_for_stub;
|
| -}
|
| -
|
| gdb_test_no_output "set print sevenbit-strings"
|
| gdb_test_no_output "set print address off"
|
| gdb_test_no_output "set width 0"
|
|
|