* elflink.h (elf_link_output_extsym): It's OK for a -Bsymbolic
authorIan Lance Taylor <ian@airs.com>
Sat, 26 Jun 1999 09:00:19 +0000 (09:00 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 26 Jun 1999 09:00:19 +0000 (09:00 +0000)
shared library to have an undefined symbol.

bfd/ChangeLog
bfd/elflink.h

index 151398b72eb6b8117fe7a6b7619300ec5370e97a..df85e980c01a60cae0d8a9dd812efe7463174f72 100644 (file)
@@ -1,5 +1,8 @@
 1999-06-26  Ian Lance Taylor  <ian@zembu.com>
 
+       * elflink.h (elf_link_output_extsym): It's OK for a -Bsymbolic
+       shared library to have an undefined symbol.
+
        From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
        * elf32-ppc.c (ppc_elf_relocate_section): Fix last patch.
 
index 73044e96b98c083ea8143275861c13052b86448d..ca02b09dad95e4f277520c66267a0367464c374d 100644 (file)
@@ -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
This page took 0.029944 seconds and 4 git commands to generate.