* elflink.h (elf_link_output_extsym): Revert 1999-04-10.
authorAlan Modra <amodra@gmail.com>
Fri, 29 Jun 2001 07:00:33 +0000 (07:00 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 29 Jun 2001 07:00:33 +0000 (07:00 +0000)
bfd/ChangeLog
bfd/elflink.h

index ec761840b0cde1543cdc7f9470fc8994ca5dc09f..0c54609975d33761f837140c056c147bcb2cd162 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * elflink.h (elf_link_output_extsym): Revert 1999-04-10.
+
 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
 
        * elf32-hppa.c (elf32_hppa_check_relocs): Don't make syms dynamic
index fab9bdc7ba66855e10ebafab4e96b6e8bb1c0a59..082abd36b16f27153694a37d3a61eec99ffbbef1 100644 (file)
@@ -5227,8 +5227,7 @@ elf_link_output_extsym (h, data)
      warnings for them.  */
   if (! finfo->info->relocateable
       && ! finfo->info->allow_shlib_undefined
-      && ! (finfo->info->shared
-           && !finfo->info->no_undefined)
+      && ! finfo->info->shared
       && h->root.type == bfd_link_hash_undefined
       && (h->elf_link_hash_flags & ELF_LINK_HASH_REF_DYNAMIC) != 0
       && (h->elf_link_hash_flags & ELF_LINK_HASH_REF_REGULAR) == 0)