* gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
authorDoug Evans <dje@google.com>
Tue, 31 Aug 2010 18:40:10 +0000 (18:40 +0000)
committerDoug Evans <dje@google.com>
Tue, 31 Aug 2010 18:40:10 +0000 (18:40 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp

index 433cfa2589d102cecb811f13769b89186c619472..12e33a7a1c9cbf683b008f47b74b939732654288 100644 (file)
@@ -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:
index 650aa7a9eee5da6caa24b81e25076d6e9c46e708..accb252c602a21b988954799583730a5ac28f10c 100644 (file)
 # 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