Add copyright notices
[deliverable/binutils-gdb.git] / gas / testsuite / gas / vax / vax.exp
index 061036c0bbb19fc9fdd5d7419ea07641aaf38f7d..2037ef934f85d190a298729ea7ec3660b4c0e46c 100644 (file)
@@ -1,3 +1,20 @@
+# Copyright 2012
+# 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 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  
+
 #
 # Some generic VAX tests
 #
@@ -8,7 +25,7 @@ proc do_quad {} {
     set x2 0
     set x3 0
     set file "quad.s"
-    if [istarget vax-*-*elf*] {
+    if { [istarget vax-*-*elf*] || [istarget vax-*-linux-*] } then {
        set file "quad_elf.s"
     }
     gas_start $file "-al"
@@ -29,7 +46,9 @@ proc do_quad {} {
 if [istarget vax-*-* ] then {
     do_quad
 
-    if [istarget vax-*-*elf*] {
+    run_dump_test "flonum"
+
+    if { [istarget vax-*-*elf*] || [istarget vax-*-linux-*] } then {
        run_dump_test "elf-rel"
     }
 }
This page took 0.026472 seconds and 4 git commands to generate.