| Index: gdb/testsuite/gdb.base/pointers.exp
|
| diff --git a/gdb/testsuite/gdb.base/pointers.exp b/gdb/testsuite/gdb.base/pointers.exp
|
| index d5868c400619ee072229788dfab706e94524c627..5b1a0bf86d5f4ed91c06bdd601c20b187ca70f61 100644
|
| --- a/gdb/testsuite/gdb.base/pointers.exp
|
| +++ b/gdb/testsuite/gdb.base/pointers.exp
|
| @@ -21,10 +21,6 @@
|
| # with integer type variables and pointers to integers
|
| #
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| - }
|
| -
|
| #
|
| # test running programs
|
| #
|
| @@ -38,7 +34,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
|
| return -1
|
| }
|
|
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1;
|
| }
|
|
|
| @@ -285,4 +281,4 @@ gdb_test "ptype ppppppC" "type = char \\*\\*\\*\\*\\*\\*" "ptype ppppppC"
|
| # Regression test for a crash.
|
|
|
| gdb_test "p instance.array_variable + 0" \
|
| - " = \\(long (int )?\\*\\) 0x\[0-9a-f\]*"
|
| + " = \\(long (int )?\\*\\) 0x\[0-9a-f\]* <instance>"
|
|
|