PR 9987
authorNick Clifton <nickc@redhat.com>
Thu, 2 Apr 2009 09:34:22 +0000 (09:34 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 2 Apr 2009 09:34:22 +0000 (09:34 +0000)
        * lib/ld-lib.exp (check_gc_sections_available): Do not run garbage
        collection tests for cygwin targets.

ld/testsuite/ChangeLog
ld/testsuite/lib/ld-lib.exp

index f1c5f49..00d9722 100644 (file)
@@ -1,3 +1,9 @@
+2009-04-02  Nick Clifton  <nickc@redhat.com>
+
+       PR 9987
+       * lib/ld-lib.exp (check_gc_sections_available): Do not run garbage
+       collection tests for cygwin targets.
+
 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
 
        * ld-powerpc/aix-gc-1.nd: New test.
index f2e0374..c90ef44 100644 (file)
@@ -1587,6 +1587,7 @@ proc check_gc_sections_available { } {
        if { [istarget alpha*-*-*]
             || [istarget mep-*-*]
             || [istarget ia64-*-*]
+            || [istarget *-*-cygwin]
             || [istarget *-*-mingw*] } {
            set gc_sections_available_saved 0
            return 0