From: Andreas Schwab Date: Mon, 23 Apr 2012 18:03:28 +0000 (+0000) Subject: * ld-pie/pie.exp: Remove extra braces. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aab322dbadb230e3b4d4e8ff4ed4f26acd94b9a4;p=binutils-gdb.git * ld-pie/pie.exp: Remove extra braces. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 669014d0d22..e91ed61473d 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-04-23 Andreas Schwab + + * ld-pie/pie.exp: Remove extra braces. + 2012-04-13 H.J. Lu PR ld/13947 diff --git a/ld/testsuite/ld-pie/pie.exp b/ld/testsuite/ld-pie/pie.exp index 1e00130063b..15bd6388fab 100644 --- a/ld/testsuite/ld-pie/pie.exp +++ b/ld/testsuite/ld-pie/pie.exp @@ -23,7 +23,7 @@ if ![isnative] then {return} if { ![istarget *-*-linux*] - && ![istarget *-*-nacl*] } { + && ![istarget *-*-nacl*] && ![istarget *-*-gnu*] } { return }