projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
196bea2
)
Fix thinko in last fix.
author
Mike Stump
<mrs@gcc.gnu.org>
Sat, 24 Feb 2007 00:53:39 +0000
(
00:53
+0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Sat, 24 Feb 2007 00:53:39 +0000
(
00:53
+0000)
From-SVN: r122284
gcc/tlink.c
patch
|
blob
|
history
diff --git
a/gcc/tlink.c
b/gcc/tlink.c
index 8e10eebbbaae7556d5405aec1adcaf2116c99a28..8e79d2415d46488520130c28970ed7091310575e 100644
(file)
--- a/
gcc/tlink.c
+++ b/
gcc/tlink.c
@@
-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;