* ldlang.c (load_symbols): Revert last change.

This commit is contained in:
Alan Modra
2002-10-15 00:09:02 +00:00
parent 50158c1ce3
commit 03bdc40405
2 changed files with 5 additions and 3 deletions

View File

@@ -1590,9 +1590,7 @@ load_symbols (entry, place)
break;
}
if (entry->just_syms_flag)
entry->loaded = true;
else if (bfd_link_add_symbols (entry->the_bfd, &link_info))
if (bfd_link_add_symbols (entry->the_bfd, &link_info))
entry->loaded = true;
else
einfo (_("%F%B: could not read symbols: %E\n"), entry->the_bfd);