mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
This commit is contained in:
parent
06253dd31f
commit
0f254bb76b
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user