* ldlang.c (load_symbols): Revert last change.
This commit is contained in:
parent
50158c1ce3
commit
03bdc40405
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-10-15 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* ldlang.c (load_symbols): Revert last change.
|
||||||
|
|
||||||
2002-10-14 Alan Modra <amodra@bigpond.net.au>
|
2002-10-14 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
|
* ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
|
||||||
|
|
|
@ -1590,9 +1590,7 @@ load_symbols (entry, place)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entry->just_syms_flag)
|
if (bfd_link_add_symbols (entry->the_bfd, &link_info))
|
||||||
entry->loaded = true;
|
|
||||||
else if (bfd_link_add_symbols (entry->the_bfd, &link_info))
|
|
||||||
entry->loaded = true;
|
entry->loaded = true;
|
||||||
else
|
else
|
||||||
einfo (_("%F%B: could not read symbols: %E\n"), entry->the_bfd);
|
einfo (_("%F%B: could not read symbols: %E\n"), entry->the_bfd);
|
||||||
|
|
Loading…
Reference in a new issue