diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-06-27 23:37:03 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-06-27 23:37:03 +0000 |
commit | 785fd3038eaa6cfd41caef98704ec4ec1f71cbec (patch) | |
tree | 6c9c1ff7c75f5f69226e53d1e872eb29682d6fd9 /gdb/testsuite/gdb.dwarf2/callframecfa.exp | |
parent | 1bb9788dbb7f4c729acc0d5096d05d501a415824 (diff) | |
download | gdb-785fd3038eaa6cfd41caef98704ec4ec1f71cbec.zip gdb-785fd3038eaa6cfd41caef98704ec4ec1f71cbec.tar.gz gdb-785fd3038eaa6cfd41caef98704ec4ec1f71cbec.tar.bz2 |
gdb/testsuite/
* gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/callframecfa.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/callframecfa.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/callframecfa.exp b/gdb/testsuite/gdb.dwarf2/callframecfa.exp index 4d989f1..7b0fc8d 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 } |