aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-08-31 18:40:10 +0000
committerDoug Evans <dje@google.com>2010-08-31 18:40:10 +0000
commit0f254bb76b26378c55e58c9226efabe389ca71db (patch)
treee7ccbc82d1ead738736dda583b2899246c2c0017 /gdb
parent06253dd31f4ce1b549d8ba0755dbb71cfb748772 (diff)
downloadgdb-0f254bb76b26378c55e58c9226efabe389ca71db.zip
gdb-0f254bb76b26378c55e58c9226efabe389ca71db.tar.gz
gdb-0f254bb76b26378c55e58c9226efabe389ca71db.tar.bz2
* gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp3
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 433cfa2..12e33a7 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-31 Doug Evans <dje@google.com>
+
+ * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
+
2010-08-30 Tom Tromey <tromey@redhat.com>
PR python/11792:
diff --git a/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp b/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp
index 650aa7a..accb252 100644
--- a/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp
@@ -16,12 +16,13 @@
# Test dwarf4 signatured types.
set test "dw4-sig-types"
+set executable ${test}.x
# This test is intended for targets which support DWARF-4.
# Since we pass an explicit -gdwarf-4 to the compiler, we let
# that be the test of whether the target supports it.
-if { [prepare_for_testing "${test}.exp" "${test}" \
+if { [prepare_for_testing "${test}.exp" "${executable}" \
{dw4-sig-types.cc dw4-sig-types-b.cc} \
{debug c++ additional_flags=-gdwarf-4}] } {
return -1