Change sources over to using GPLv3
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / hppa / objdump.exp
index 2e2155ed6d95fdacc64c6a5ff9d9fb6486222d8d..09c99101963e8f1f9f1372040543c020027577ed 100644 (file)
@@ -1,8 +1,9 @@
-#   Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
+#   Copyright 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2007
+#   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,
@@ -12,7 +13,7 @@
 # 
 # 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.
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 
 # Please email any bugs, comments, and/or additions to this file to:
 # bug-dejagnu@prep.ai.mit.edu
@@ -29,6 +30,11 @@ if [istarget hppa*w-*-*] then {
   return
 }
 
+# elf hppa assembler doesn't support .subspa
+if {[istarget *64*-*-*] || [istarget *-*-*elf*] || [istarget *-*-linux*]} then {
+  return
+}
+
 if {[which $OBJDUMP] == 0} then {
     perror "$OBJDUMP does not exist"
     return
This page took 0.023935 seconds and 4 git commands to generate.