diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-13 00:16:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-13 00:16:39 +0000 |
commit | ed675a0409c73a7a4f5ce7e02164e7f04845ff29 (patch) | |
tree | c464a8c0f380c605a3f72704f753ba9a3d7826a1 /bfd | |
parent | 49144784121822b6ff5e7c64ea72960ce6fa7faf (diff) | |
download | gdb-ed675a0409c73a7a4f5ce7e02164e7f04845ff29.zip gdb-ed675a0409c73a7a4f5ce7e02164e7f04845ff29.tar.gz gdb-ed675a0409c73a7a4f5ce7e02164e7f04845ff29.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4832a0f..6d9267c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Wed Jun 12 11:16:37 1996 Ian Lance Taylor <ian@cygnus.com> + * 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. |