Update years in copyright notice for the GDB files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / t11_logs.exp
index 2b6013ebe6e6d3a9382d53bd5a4b9d06c92c4b9f..dfeff6de9f5cb5afdbc78554924ed6bfeb9c4956 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003, 2007 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 "t11_logs"
 set srcfile ${srcdir}/${subdir}/${testfile}.s
@@ -53,7 +44,7 @@ gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load $binfile
 
-gdb_test "x /i _start" "not.b\tr1h" \
+gdb_test "x /i start" "not.b\tr1h" \
        "not.b r1h"
 gdb_test "x" "not.b\t@er1" \
        "not.b @er1"
This page took 0.028123 seconds and 4 git commands to generate.