* lib/ld-lib.exp (check_gc_sections_available): Return 0 for
authorJoseph Myers <joseph@codesourcery.com>
Fri, 6 Feb 2009 16:56:12 +0000 (16:56 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 6 Feb 2009 16:56:12 +0000 (16:56 +0000)
*-*-mingw*.

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

index c31a0c9c7861357e3d892db28cb0d00fcca1deb8..e579742200c0e1550c315f0294cb5f6cf8c50579 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-06  Joseph Myers  <joseph@codesourcery.com>
+
+       * lib/ld-lib.exp (check_gc_sections_available): Return 0 for
+       *-*-mingw*.
+
 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
 
        * ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
index 15ed41da962beec5e8d636a5816750f1b263024c..05cdf1f14ea064150f8382d4a9b38dc966561c7d 100644 (file)
@@ -1592,7 +1592,8 @@ proc check_gc_sections_available { } {
        # advertised by ld's options.
        if { [istarget alpha*-*-*]
             || [istarget mep-*-*]
-            || [istarget ia64-*-*] } {
+            || [istarget ia64-*-*]
+            || [istarget *-*-mingw*] } {
            set gc_sections_available_saved 0
            return 0
        }
This page took 0.025647 seconds and 4 git commands to generate.