From 91134c823b1a46eac0f2412e0a719feebc90223e Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 14 Jun 2005 19:25:45 +0000 Subject: [PATCH] 2005-06-14 H.J. Lu * elflink.c (_bfd_elf_merge_symbol): Fix a typo in comment. --- bfd/ChangeLog | 4 ++++ bfd/elflink.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3de70879f1..5e247d69dd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2005-06-14 H.J. Lu + + * elflink.c (_bfd_elf_merge_symbol): Fix a typo in comment. + 2005-06-14 Jakub Jelinek * elf.c (bfd_section_from_shdr): Fail if name is NULL. diff --git a/bfd/elflink.c b/bfd/elflink.c index d90be1c2b7..e404d3b644 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -1188,8 +1188,8 @@ _bfd_elf_merge_symbol (bfd *abfd, /* Handle the special case of an old common symbol merging with a new symbol which looks like a common symbol in a shared object. We change *PSEC and *PVALUE to make the new symbol look like a - common symbol, and let _bfd_generic_link_add_one_symbol will do - the right thing. */ + common symbol, and let _bfd_generic_link_add_one_symbol do the + right thing. */ if (newdyncommon && h->root.type == bfd_link_hash_common) -- 2.34.1