* gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead

of testfile.
This commit is contained in:
Doug Evans 2013-11-11 15:58:06 -08:00
parent b83a9376e9
commit 304a8ac17c
2 changed files with 6 additions and 1 deletions

View 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.

View 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
}