summaryrefslogtreecommitdiff
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
commit1de43a06da1d8b9a09eddf4f1997aa57a4e531be (patch)
treee3689115a3dc85578c0a01ea7f26758965e4c965
parentff0dfdc5a9e5ec38aa3a2ac4596497ad19aab6c0 (diff)
downloadgdb-1de43a06da1d8b9a09eddf4f1997aa57a4e531be.tar.gz
* 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 151398b72eb..df85e980c01 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 73044e96b98..ca02b09dad9 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