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:
H.J. Lu
2025-09-09 18:05:41 -07:00
parent c8af46a9cc
commit 0a0918901a

View File

@@ -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;