* gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
authorDoug Evans <dje@google.com>
Mon, 11 Nov 2013 23:58:06 +0000 (15:58 -0800)
committerDoug Evans <dje@google.com>
Tue, 12 Nov 2013 00:02:43 +0000 (16:02 -0800)
of testfile.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/arm-bl-branch-dest.exp

index c2ea951cbd2cda5f29b1b5df345ac4dbc5d79378..e3308d681ed18d2dadd593b7fb849999368b9fe0 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-11  Doug Evans  <dje@google.com>
+
+       * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
+       of testfile.
+
 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
 
        * gdb.python/py-linetable.S: New file.
index 4699a4917a11470b02b10387747a4ca1b574597d..23b396c7a04b08026a66f51dffbbaf421388c9bd 100644 (file)
@@ -14,7 +14,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 if { ![istarget "arm*-*-*"] } {
-    verbose "Skipping ${testfile}."
+    verbose "Skipping ${gdb_test_file_name}."
     return
 }