mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* elflink.h (elf_link_output_extsym): It's OK for a -Bsymbolic
shared library to have an undefined symbol.
This commit is contained in:
parent
0429ebd010
commit
1d7b28df8d
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user