aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-26 09:00:19 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-26 09:00:19 +0000
commit1d7b28df8d646300cfc6a27be632ecdfd96f5a85 (patch)
tree7b74dc493b193e6a57f4cd88404f991e7674a5b9
parent0429ebd0109cd13565762777566c08af2803e970 (diff)
downloadfsf-binutils-gdb-1d7b28df8d646300cfc6a27be632ecdfd96f5a85.zip
fsf-binutils-gdb-1d7b28df8d646300cfc6a27be632ecdfd96f5a85.tar.gz
fsf-binutils-gdb-1d7b28df8d646300cfc6a27be632ecdfd96f5a85.tar.bz2
* elflink.h (elf_link_output_extsym): It's OK for a -Bsymbolic
shared library to have an undefined symbol.
-rw-r--r--bfd/ChangeLog3
-rw-r--r--bfd/elflink.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 151398b..df85e98 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/elflink.h b/bfd/elflink.h
index 73044e9..ca02b09 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