mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
x86: Correct _bfd_x86_elf_copy_indirect_symbol comments
Since
commit eeb2f20a76
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Fri Sep 1 13:03:40 2017 -0700
x86: Add _bfd_x86_elf_adjust_dynamic_symbol
replaced elf_i386_adjust_dynamic_symbol with
_bfd_x86_elf_copy_indirect_symbol, correct the comments.
* elfxx-x86.c (_bfd_x86_elf_copy_indirect_symbol): Replace
elf_i386_adjust_dynamic_symbol with
_bfd_x86_elf_copy_indirect_symbol in comments.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
@@ -3151,7 +3151,7 @@ _bfd_x86_elf_copy_indirect_symbol (struct bfd_link_info *info,
|
||||
eind->tls_type = GOT_UNKNOWN;
|
||||
}
|
||||
|
||||
/* Copy gotoff_ref so that elf_i386_adjust_dynamic_symbol will
|
||||
/* Copy gotoff_ref so that _bfd_x86_elf_adjust_dynamic_symbol will
|
||||
generate a R_386_COPY reloc. */
|
||||
edir->gotoff_ref |= eind->gotoff_ref;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user