diff options
author | Nick Clifton <nickc@redhat.com> | 2009-04-02 09:34:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-04-02 09:34:22 +0000 |
commit | b1435da156e4bf72cf7a23019bf649b038629f3e (patch) | |
tree | fbc0aaf2496f7126ddd8c76e93ebe84a0aa4f31d /ld | |
parent | e55bde5eb0ac6c73574b45f17df964458e94488c (diff) | |
download | gdb-b1435da156e4bf72cf7a23019bf649b038629f3e.zip gdb-b1435da156e4bf72cf7a23019bf649b038629f3e.tar.gz gdb-b1435da156e4bf72cf7a23019bf649b038629f3e.tar.bz2 |
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/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/lib/ld-lib.exp | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index f1c5f49..00d9722 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 f2e0374..c90ef44 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 |