Remove Python 2.4 and 2.5 support
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / sh3.exp
index 6c82f9151fb01240f8cf036ff66edf2f51c16df6..844a4f6279c48a27b4814ad7020eeba8e9c93d38 100644 (file)
@@ -1,41 +1,32 @@
-# Copyright (C) 1992, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1992-2019 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
-
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # This file was written by Jeff Law. (law@cs.utah.edu)
 
-if $tracelevel then {
-       strace $tracelevel
-}
-
 if ![istarget "sh3*-*-*"] {
     verbose "Tests ignored for all but sh3 based targets."
     return
 }
 
-set prms_id 0
-set bug_id 0
 
 set testfile "sh3"
 set srcfile ${srcdir}/${subdir}/${testfile}.s
 set binfile ${objdir}/${subdir}/${testfile}
 if  { [gdb_compile "${srcfile}" "${binfile}" executable ""] != "" } {
-     gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
+     untested "failed to compile"
+     return -1
 }
 
 proc all_fp_move_and_load_tests { } {
This page took 0.024627 seconds and 4 git commands to generate.