* tlink.c (scan_linker_output): Check string for unsatisfied in
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2001 15:01:48 +0000 (15:01 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2001 15:01:48 +0000 (15:01 +0000)
        addition to undefined and unresolved.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44892 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tlink.c

index 4c6ee6a..c64d259 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-14  Steve Ellcey <sje@cup.hp.com>
+
+       * tlink.c (scan_linker_output): Check string for unsatisfied in
+       addition to undefined and unresolved.
+
 2001-08-14  Graham Stott  <grahams@redhat.com>
 
        * libgcc2.c (*): Replace EH_FRAME_SECTION with
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;