From: Ian Lance Taylor Date: Thu, 13 Jun 1996 00:16:39 +0000 (+0000) Subject: * xcofflink.c (xcoff_link_add_symbols): When considering whether X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed675a0409c73a7a4f5ce7e02164e7f04845ff29;p=binutils-gdb.git * xcofflink.c (xcoff_link_add_symbols): When considering whether to replace a symbol in a dynamic object with a symbol from another dynamic object, do the replacement if the existing symbol is global linkage code. PR 9860. Also fix a couple of comment typos and indentation problems. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4832a0f5d4f..6d9267c5a44 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Wed Jun 12 11:16:37 1996 Ian Lance Taylor + * xcofflink.c (xcoff_link_add_symbols): When considering whether + to replace a symbol in a dynamic object with a symbol from another + dynamic object, do the replacement if the existing symbol is + global linkage code. + * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Check explicitly for _ptrgl, and treat it as global linkage code.