[gdbserver] Don't assume vCont;r ADDR1,ADDR2 comes with a ptid attached.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / t13_otr.exp
index 679c36b7f173a861c5b1a081231519ec820be3a3..c58c44f127f503045f6303b0ed2d951d4b134dbd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2003-2013 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
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
 # This file was written by Michael Snyder (msnyder@redhat.com)
 
-if $tracelevel then {
-       strace $tracelevel
-}
-
 if ![istarget "h8300*-*-*"] {
     verbose "Tests ignored for all but h8300s based targets."
     return
 }
 
-set prms_id 0
-set bug_id 0
 
 set testfile "t13_otr"
 set srcfile ${srcdir}/${subdir}/${testfile}.s
@@ -55,7 +46,7 @@ gdb_load $binfile
 
 global hex
 
-gdb_test "x /i _start" "bra\t.\\+18 \\($hex\\)" \
+gdb_test "x /i start" "bra\t.\\+18 \\($hex\\)" \
        "bra .+18"
 gdb_test "x" "brn\t.\\+18 \\($hex\\)" \
        "brn .+18"
This page took 0.025264 seconds and 4 git commands to generate.