From b1435da156e4bf72cf7a23019bf649b038629f3e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 2 Apr 2009 09:34:22 +0000 Subject: [PATCH] PR 9987 * lib/ld-lib.exp (check_gc_sections_available): Do not run garbage collection tests for cygwin targets. --- ld/testsuite/ChangeLog | 6 ++++++ ld/testsuite/lib/ld-lib.exp | 1 + 2 files changed, 7 insertions(+) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index f1c5f490e8..00d97220cd 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2009-04-02 Nick Clifton + + PR 9987 + * lib/ld-lib.exp (check_gc_sections_available): Do not run garbage + collection tests for cygwin targets. + 2009-04-01 Richard Sandiford * ld-powerpc/aix-gc-1.nd: New test. diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index f2e03749b2..c90ef449cb 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -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 -- 2.34.1