* gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
of testfile.
This commit is contained in:
parent
b83a9376e9
commit
304a8ac17c
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue