]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix thinko in last fix.
authorMike Stump <mrs@gcc.gnu.org>
Sat, 24 Feb 2007 00:53:39 +0000 (00:53 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Sat, 24 Feb 2007 00:53:39 +0000 (00:53 +0000)
From-SVN: r122284

gcc/tlink.c

index 8e10eebbbaae7556d5405aec1adcaf2116c99a28..8e79d2415d46488520130c28970ed7091310575e 100644 (file)
@@ -617,7 +617,10 @@ scan_linker_output (const char *fname)
       int ok = 0;
 
       if (skip_next_line)
-       continue;
+       {
+         skip_next_line = 0;
+         continue;
+       }
 
       while (*p && ISSPACE ((unsigned char) *p))
        ++p;