From: Doug Evans Date: Mon, 11 Nov 2013 23:58:06 +0000 (-0800) Subject: * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=304a8ac17c606a83a60a371267daa71ab0bcbc12;p=binutils-gdb.git * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead of testfile. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c2ea951cbd2..e3308d681ed 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-11-11 Doug Evans + + * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead + of testfile. + 2013-11-11 Phil Muldoon * gdb.python/py-linetable.S: New file. diff --git a/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp b/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp index 4699a4917a1..23b396c7a04 100644 --- a/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp +++ b/gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp @@ -14,7 +14,7 @@ # along with this program. If not, see . if { ![istarget "arm*-*-*"] } { - verbose "Skipping ${testfile}." + verbose "Skipping ${gdb_test_file_name}." return }