summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-04-02 09:34:22 +0000
committerNick Clifton <nickc@redhat.com>2009-04-02 09:34:22 +0000
commit22f3fbdee20ab8e4591f69294614bee323150119 (patch)
treeb0fea73adc84b1857f3671bd430424a54726f286 /ld
parent4036b218654dd13ac30ef50d75e2739ecc1d59b7 (diff)
downloadbinutils-redhat-22f3fbdee20ab8e4591f69294614bee323150119.tar.gz
PR 9987
* lib/ld-lib.exp (check_gc_sections_available): Do not run garbage collection tests for cygwin targets.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog6
-rw-r--r--ld/testsuite/lib/ld-lib.exp1
2 files changed, 7 insertions, 0 deletions
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 <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.
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