mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
PR 9987
* lib/ld-lib.exp (check_gc_sections_available): Do not run garbage collection tests for cygwin targets.
This commit is contained in:
@ -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>
|
2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
|
||||||
|
|
||||||
* ld-powerpc/aix-gc-1.nd: New test.
|
* ld-powerpc/aix-gc-1.nd: New test.
|
||||||
|
@ -1587,6 +1587,7 @@ proc check_gc_sections_available { } {
|
|||||||
if { [istarget alpha*-*-*]
|
if { [istarget alpha*-*-*]
|
||||||
|| [istarget mep-*-*]
|
|| [istarget mep-*-*]
|
||||||
|| [istarget ia64-*-*]
|
|| [istarget ia64-*-*]
|
||||||
|
|| [istarget *-*-cygwin]
|
||||||
|| [istarget *-*-mingw*] } {
|
|| [istarget *-*-mingw*] } {
|
||||||
set gc_sections_available_saved 0
|
set gc_sections_available_saved 0
|
||||||
return 0
|
return 0
|
||||||
|
Reference in New Issue
Block a user