PR 9987
* lib/ld-lib.exp (check_gc_sections_available): Do not run garbage collection tests for cygwin targets.
This commit is contained in:
parent
e55bde5eb0
commit
b1435da156
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user