OSDN Git Service

* tlink.c (scan_linker_output): Check string for unsatisfied in
[pf3gnuchains/gcc-fork.git] / gcc / tlink.c
index 606707d..783e4f1 100644 (file)
@@ -671,6 +671,7 @@ scan_linker_output (fname)
             mistakenly use GNU ld's "In function `foo':" message.  */
          if (q && (strstr (oldq, "ndefined")
                    || strstr (oldq, "nresolved")
+                   || strstr (oldq, "nsatisfied")
                    || strstr (oldq, "ultiple")))
            {
              *q = 0;