From 5a7c5e86304d6298cbeee81f07b626b194980073 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 6 Feb 2009 16:56:12 +0000 Subject: [PATCH] * lib/ld-lib.exp (check_gc_sections_available): Return 0 for *-*-mingw*. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/lib/ld-lib.exp | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index c31a0c9c78..e579742200 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-02-06 Joseph Myers + + * lib/ld-lib.exp (check_gc_sections_available): Return 0 for + *-*-mingw*. + 2009-02-05 Joseph Myers * ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork. diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 15ed41da96..05cdf1f14e 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -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 } -- 2.34.1