Index: gdb/testsuite/gdb.base/siginfo-addr.exp |
diff --git a/gdb/testsuite/gdb.base/siginfo-addr.exp b/gdb/testsuite/gdb.base/siginfo-addr.exp |
index d68d310e4d64ff714b84f225d66f423dff93f318..021d5d188690e578a3a158b73552362ce61798e8 100644 |
--- a/gdb/testsuite/gdb.base/siginfo-addr.exp |
+++ b/gdb/testsuite/gdb.base/siginfo-addr.exp |
@@ -1,4 +1,4 @@ |
-# Copyright 2004, 2007-2012 Free Software Foundation, Inc. |
+# Copyright 2004-2013 Free Software Foundation, Inc. |
# This program is free software; you can redistribute it and/or modify |
# it under the terms of the GNU General Public License as published by |
@@ -31,25 +31,17 @@ if [gdb_skip_stdio_test "siginfo-addr.exp"] { |
} |
-set testfile siginfo-addr |
-set srcfile ${testfile}.c |
-set binfile ${objdir}/${subdir}/${testfile} |
-if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { |
+standard_testfile |
+if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { |
untested "Couldn't compile ${srcfile}.c" |
return -1 |
} |
-# get things started |
-gdb_exit |
-gdb_start |
-gdb_reinitialize_dir $srcdir/$subdir |
-gdb_load ${binfile} |
- |
gdb_test "display/i \$pc" |
# Advance to main |
if { ![runto_main] } then { |
- gdb_suppress_tests; |
+ gdb_suppress_tests |
} |
# Run to the signal. |