summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dwarf2/dup-psym.exp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-07-12 15:15:07 +0000
committerTom Tromey <tromey@redhat.com>2012-07-12 15:15:07 +0000
commit76027ef599f664d2c45574304d304abc962145c2 (patch)
treed5af4479ebec0ee9e6f3fe27b59433b5c3f191d1 /gdb/testsuite/gdb.dwarf2/dup-psym.exp
parent85b4440aee65df8d448a532fe925999228004afc (diff)
downloadbinutils-gdb-76027ef599f664d2c45574304d304abc962145c2.tar.gz
* gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
* gdb.dwarf2/dw2-anonymous-func.exp: Use prepare_for_testing_full. * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full. * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full. * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full. * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full. * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full. * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full. * gdb.dwarf2/dw2-linkage-name-trust.exp: Use prepare_for_testing_full. * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full. * gdb.dwarf2/dw2-ref-missing-frame.exp: Use prepare_for_testing_full. * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full. * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full. * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dup-psym.exp')
-rw-r--r--gdb/testsuite/gdb.dwarf2/dup-psym.exp16
1 files changed, 2 insertions, 14 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dup-psym.exp b/gdb/testsuite/gdb.dwarf2/dup-psym.exp
index d4fa160dfb9..9ecd5e903ce 100644
--- a/gdb/testsuite/gdb.dwarf2/dup-psym.exp
+++ b/gdb/testsuite/gdb.dwarf2/dup-psym.exp
@@ -23,23 +23,11 @@ if {![dwarf2_support]} {
standard_testfile .S
-if { [gdb_compile "${srcdir}/${subdir}/main.c" "main.o" object {debug}] != "" } {
+if {[prepare_for_testing_full $testfile.exp \
+ [list $testfile {debug} main.c debug $srcfile nodebug]]} {
return -1
}
-if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${testfile}.o" object {nodebug}] != "" } {
- return -1
-}
-
-if { [gdb_compile "${testfile}.o main.o" "${binfile}" executable {debug}] != "" } {
- return -1
-}
-
-gdb_exit
-gdb_start
-# Note that we do not change the sources search path,
-gdb_load ${binfile}
-
set test "info sources should contain only one reference to file1.txt"
gdb_test_multiple "info sources" "$test" {
-re "file1\\.txt.*file1\\.txt.*$gdb_prompt $" {