tlink.c (scan_linker_output): Check string for unsatisfied in addition to undefined and unresolved.

* tlink.c (scan_linker_output): Check string for unsatisfied in
        addition to undefined and unresolved.

From-SVN: r44892
This commit is contained in:
Steve Ellcey 2001-08-14 15:01:48 +00:00 committed by Jason Merrill
parent 540ceb67e0
commit eb20f66836
2 changed files with 6 additions and 0 deletions

View 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

View 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;