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 f1c5f490e81f8d6e7029320f369bda919ce69391..00d97220cd3e3ff2db6f480eaad3d44623155679 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 f2e03749b2485bddbbb7880526342f7955d8cee7..c90ef449cb3e2326194bf7482032316dbe228127 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
This page took 0.026951 seconds and 4 git commands to generate.