Remove is_zlib_supported
[deliverable/binutils-gdb.git] / gas / testsuite / lib / gas-defs.exp
index 234789ac5cd43dc990d46d3f8b237d77ebca221a..7dc48077e7e51344b6abd2b6988ca455a1a9af50 100644 (file)
@@ -1,5 +1,4 @@
-# Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-# 2004, 2005, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+# Copyright (C) 1993-2015 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
@@ -71,7 +70,7 @@ proc gas_host_run { cmd redir } {
        set return_contents_of "gas.stderr"
     } elseif [regexp ">&.*" $redir] then {
        # See PR 5322 for why the following line is used.
-       regsub ">&" $redir "" output_file       
+       regsub ">&" $redir "" output_file
        set command "$cmd 2>&1"
     } elseif [regexp "2>.*" $redir] then {
        set output_file "gas.out"
@@ -582,7 +581,7 @@ proc run_dump_test { name {extra_options {}} } {
     if { $opts(not-skip) != "" } then {
        set skip 1
        foreach glob $opts(not-skip) {
-           if {[istarget $glob]} { 
+           if {[istarget $glob]} {
                set skip 0
                break
            }
@@ -597,26 +596,25 @@ proc run_dump_test { name {extra_options {}} } {
        }
        set skip 1
        foreach glob $opts(target) {
-           if {[istarget $glob]} { 
+           if {[istarget $glob]} {
                set skip 0
                break
            }
        }
-       if {$skip} { 
+       if {$skip} {
            unsupported $testname
-           return 
+           return
        }
     }
     if { $opts(not-target) != "" } then {
        foreach glob $opts(not-target) {
            if {[istarget $glob]} {
                unsupported $testname
-               return 
+               return
            }
        }
     }
 
-
     if { $opts(source) == "" } {
        set sourcefile ${file}.s
     } else {
This page took 0.02481 seconds and 4 git commands to generate.