From e45bf86378ef68b380f62c56ff081eefcba68943 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 29 Jun 2001 07:00:33 +0000 Subject: [PATCH] * elflink.h (elf_link_output_extsym): Revert 1999-04-10. --- bfd/ChangeLog | 4 ++++ bfd/elflink.h | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ec761840b0c..0c54609975d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2001-06-29 Alan Modra + + * elflink.h (elf_link_output_extsym): Revert 1999-04-10. + 2001-06-27 Alan Modra * elf32-hppa.c (elf32_hppa_check_relocs): Don't make syms dynamic diff --git a/bfd/elflink.h b/bfd/elflink.h index fab9bdc7ba6..082abd36b16 100644 --- a/bfd/elflink.h +++ b/bfd/elflink.h @@ -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) -- 2.30.2