From: Alan Modra Date: Mon, 20 Feb 2012 01:51:52 +0000 (+0000) Subject: * ld-elf/comm-data.exp: Run for *-*-gnu*. X-Git-Tag: cygwin-1_7_11-release~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbe2ec189e66302995b66836623c5ae4134aaba7;p=external%2Fbinutils.git * ld-elf/comm-data.exp: Run for *-*-gnu*. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index dce4b72..260a201 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-02-20 Thomas Schwinge + + * ld-elf/comm-data.exp: Run for *-*-gnu*. + 2012-02-14 Alan Modra * ld-elf/linkoncerdiff.d: Don't run for hppa64-hpux. diff --git a/ld/testsuite/ld-elf/comm-data.exp b/ld/testsuite/ld-elf/comm-data.exp index 86e95d1..3bc8484 100644 --- a/ld/testsuite/ld-elf/comm-data.exp +++ b/ld/testsuite/ld-elf/comm-data.exp @@ -1,6 +1,6 @@ # Expect script for common symbol override. # -# Copyright 2011 Free Software Foundation, Inc. +# Copyright 2011, 2012 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # @@ -29,9 +29,10 @@ if ![is_elf_format] { return } -# Exclude non-Linux targets; feel free to include your favorite one +# Exclude some more targets; feel free to include your favorite one # if you like. -if ![istarget *-*-linux*] { +if { ![istarget *-*-linux*] + && ![istarget *-*-gnu*] } { return }