OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f114829
)
Fix thinko in last fix.
author
mrs
<mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Feb 2007 00:53:39 +0000
(
00:53
+0000)
committer
mrs
<mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Feb 2007 00:53:39 +0000
(
00:53
+0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122284
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/tlink.c
patch
|
blob
|
history
diff --git
a/gcc/tlink.c
b/gcc/tlink.c
index
8e10eeb
..
8e79d24
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;