* elflink.c (elf_link_add_object_symbols): Revert accidental commit.

This commit is contained in:
Nick Clifton 2013-04-05 09:08:28 +00:00
parent 952781e82c
commit c69ba956e3
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-04-05 Nick Clifton <nickc@redhat.com>
* elflink.c (elf_link_add_object_symbols): Revert accidental commit.
2013-04-04 Alan Modra <amodra@gmail.com>
* bfd.c (bfd_error_type, bfd_errmsgs): Add bfd_error_missing_dso.

View File

@ -4437,7 +4437,6 @@ error_free_dyn:
--no-add-needed is used and the reference was not
a weak one. */
if (old_bfd != NULL
&& h->ref_regular_nonweak
&& (elf_dyn_lib_class (abfd) & DYN_NO_NEEDED) != 0)
{
(*_bfd_error_handler)