diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 151398b72e..df85e980c0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ 1999-06-26 Ian Lance Taylor + * elflink.h (elf_link_output_extsym): It's OK for a -Bsymbolic + shared library to have an undefined symbol. + From Franz Sirl : * elf32-ppc.c (ppc_elf_relocate_section): Fix last patch. diff --git a/bfd/elflink.h b/bfd/elflink.h index 73044e96b9..ca02b09dad 100644 --- a/bfd/elflink.h +++ b/bfd/elflink.h @@ -4482,7 +4482,6 @@ elf_link_output_extsym (h, data) warnings for them. */ if (! finfo->info->relocateable && ! (finfo->info->shared - && !finfo->info->symbolic && !finfo->info->no_undefined) && h->root.type == bfd_link_hash_undefined && (h->elf_link_hash_flags & ELF_LINK_HASH_REF_DYNAMIC) != 0