Commit eb20f668 by Steve Ellcey Committed by Jason Merrill

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
parent 540ceb67
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment