From: Alan Modra Date: Thu, 4 Oct 2001 16:18:32 +0000 (+0000) Subject: Fix a comment typo in last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ea52284ab03f528b75c1eed839632e1f57ffc7b;p=binutils-gdb.git Fix a comment typo in last commit. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e97b1b85742..9d327644aad 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ 2001-10-04 Alan Modra + * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): Comment typo. + * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): Bail out after copying flags if this is a weakdef. diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c index 6f39d9f2b75..7c6c8e5beaa 100644 --- a/bfd/elf32-mips.c +++ b/bfd/elf32-mips.c @@ -8075,7 +8075,7 @@ _bfd_mips_elf_gc_sweep_hook (abfd, info, sec, relocs) /* Copy data from a MIPS ELF indirect symbol to its direct symbol, hiding the old indirect symbol. Process additional relocation information. Also called for weakdefs, in which case we just let - _bfd_elf_link_hach_copy_indirect copy the flags for us. */ + _bfd_elf_link_hash_copy_indirect copy the flags for us. */ static void _bfd_mips_elf_copy_indirect_symbol (dir, ind)