projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f75e894
)
typo
author
Jason Merrill
<jason@gcc.gnu.org>
Fri, 17 Sep 1999 18:54:29 +0000
(14:54 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Fri, 17 Sep 1999 18:54:29 +0000
(14:54 -0400)
From-SVN: r29482
gcc/tlink.c
patch
|
blob
|
history
diff --git
a/gcc/tlink.c
b/gcc/tlink.c
index 619c8c83b201375da4802fa2c4269ca490e83ad4..3fdd135a2c74a32f36ccc1a18859c5e8986aa551 100644
(file)
--- a/
gcc/tlink.c
+++ b/
gcc/tlink.c
@@
-641,7
+641,7
@@
scan_linker_output (fname)
/* We need to check for certain error keywords here, or we would
mistakenly use GNU ld's "In function `foo':" message. */
if (q && (strstr (oldq, "ndefined")
- || strstr (old, "nresolved")
+ || strstr (old
q
, "nresolved")
|| strstr (oldq, "ultiple")))
{
*q = 0;