typo
authorJason Merrill <jason@gcc.gnu.org>
Fri, 17 Sep 1999 18:54:29 +0000 (14:54 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 17 Sep 1999 18:54:29 +0000 (14:54 -0400)
From-SVN: r29482

gcc/tlink.c

index 619c8c83b201375da4802fa2c4269ca490e83ad4..3fdd135a2c74a32f36ccc1a18859c5e8986aa551 100644 (file)
@@ -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 (oldq, "nresolved")
                    || strstr (oldq, "ultiple")))
            {
              *q = 0;