OSDN Git Service

typo
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 1999 18:54:29 +0000 (18:54 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 1999 18:54:29 +0000 (18:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29482 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tlink.c

index 619c8c8..3fdd135 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;