From: Jan Kratochvil Date: Wed, 27 Jun 2012 23:37:03 +0000 (+0000) Subject: gdb/testsuite/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=785fd3038eaa6cfd41caef98704ec4ec1f71cbec;p=binutils-gdb.git gdb/testsuite/ * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b8ded368d81..77c907bdca6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-06-27 Jan Kratochvil + + * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile. + 2012-06-27 Tom Tromey * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment. diff --git a/gdb/testsuite/gdb.dwarf2/callframecfa.exp b/gdb/testsuite/gdb.dwarf2/callframecfa.exp index 4d989f1540d..7b0fc8d1b73 100644 --- a/gdb/testsuite/gdb.dwarf2/callframecfa.exp +++ b/gdb/testsuite/gdb.dwarf2/callframecfa.exp @@ -27,7 +27,7 @@ if {![is_x86_like_target]} { standard_testfile .S -if {[prepare_for_testing $testname.exp $testname $srcfile \ +if {[prepare_for_testing $testfile.exp $testfile $srcfile \ [list {additional_flags=-nostdlib}]]} { return -1 }