Fix simple gas testsuite failures.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / alpha / alpha.exp
index 27d092893ca72c1da51435a4dd48bc17789b4161..7cd5f15c3f6674f23e1630e024538132ac887912 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015 Free Software Foundation, Inc.
+# Copyright (C) 2012-2016 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
 
 if { [istarget alpha*-*-*] } then {
 
-    set elf [expr [istarget *-*-elf*] \
+    set elf [expr    [istarget *-*-elf*] \
                  || [istarget *-*-linux*] \
                  || [istarget *-*-freebsd*] \
                  || [istarget *-*-kfreebsd*-gnu] \
                  || [istarget *-*-netbsd*] ]
+    if { [istarget *-*-linux*ecoff] } then {
+       set elf 0
+    }
 
     if $elf {
        run_dump_test "elf-reloc-1"
This page took 0.024538 seconds and 4 git commands to generate.