mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
Fix a typo in comment in elf32-i386.c
* elf32-i386.c (elf_i386_relocate_section): Fix a typo in comment.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-10-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elf32-i386.c (elf_i386_relocate_section): Fix a typo in
|
||||||
|
comment.
|
||||||
|
|
||||||
2015-10-28 Nick Clifton <nickc@redhat.com>
|
2015-10-28 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* elf32-arm.c (create_instruction_branch_absolute): Replace
|
* elf32-arm.c (create_instruction_branch_absolute): Replace
|
||||||
|
@ -4006,7 +4006,7 @@ elf_i386_relocate_section (bfd *output_bfd,
|
|||||||
if (!bfd_link_pic (info))
|
if (!bfd_link_pic (info))
|
||||||
{
|
{
|
||||||
/* If not PIC, add the .got.plt section address for
|
/* If not PIC, add the .got.plt section address for
|
||||||
baseless adressing. */
|
baseless addressing. */
|
||||||
unsigned int modrm;
|
unsigned int modrm;
|
||||||
modrm = bfd_get_8 (abfd, contents + rel->r_offset - 1);
|
modrm = bfd_get_8 (abfd, contents + rel->r_offset - 1);
|
||||||
if ((modrm & 0xc7) == 0x5)
|
if ((modrm & 0xc7) == 0x5)
|
||||||
|
Reference in New Issue
Block a user