]> Git Repo - binutils.git/commitdiff
* ld-pie/pie.exp: Remove extra braces.
authorAndreas Schwab <[email protected]>
Mon, 23 Apr 2012 18:03:28 +0000 (18:03 +0000)
committerAndreas Schwab <[email protected]>
Mon, 23 Apr 2012 18:03:28 +0000 (18:03 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-pie/pie.exp

index 669014d0d2276a7c6ea0402a7559dc73ab12a0ad..e91ed61473d208a5dc88c94fca21aeac5164efe8 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-23  Andreas Schwab  <[email protected]>
+
+       * ld-pie/pie.exp: Remove extra braces.
+
 2012-04-13  H.J. Lu  <[email protected]>
 
        PR ld/13947
index 1e00130063b2e978722ab484716ce19212d16670..15bd6388fab8b487c624ddd5ef1eb4e1b7ec65e4 100644 (file)
@@ -23,7 +23,7 @@
 if ![isnative] then {return}
 
 if { ![istarget *-*-linux*]
-     && ![istarget *-*-nacl*] } {
+     && ![istarget *-*-nacl*]
      && ![istarget *-*-gnu*] } {
     return
 }
This page took 0.026956 seconds and 4 git commands to generate.