mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 08:30:28 +08:00
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:
parent
540ceb67e0
commit
eb20f66836
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user