Update copyright year range in all GDB files
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / arm-bl-branch-dest.exp
index 4699a4917a11470b02b10387747a4ca1b574597d..18ca6ae1aa7ec70c2dbb495e8acda2045a058b68 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 Free Software Foundation, Inc.
+# Copyright (C) 2013-2018 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -13,8 +13,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-if { ![istarget "arm*-*-*"] } {
-    verbose "Skipping ${testfile}."
+if { ![is_aarch32_target] } {
+    verbose "Skipping ${gdb_test_file_name}."
     return
 }
 
@@ -25,7 +25,7 @@ standard_testfile
 # on ARM, causing the PC to acquire a wrong value.  That's why we use
 # the "-Wl,-Ttext-segment" option compile the binary.
 
-if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
+if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     [list debug ldflags=-Wl,-Ttext-segment=0xb0000000]] } {
     return -1
 }
This page took 0.026086 seconds and 4 git commands to generate.