mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Reindent elf_i386_finish_dynamic_symbol
* elf32-i386.c (elf_i386_finish_dynamic_symbol): Reindent.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-12-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elf32-i386.c (elf_i386_finish_dynamic_symbol): Reindent.
|
||||||
|
|
||||||
2012-12-18 Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
2012-12-18 Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
||||||
|
|
||||||
PR ld/14736
|
PR ld/14736
|
||||||
|
@ -4549,7 +4549,7 @@ elf_i386_finish_dynamic_symbol (bfd *output_bfd,
|
|||||||
+ got_offset);
|
+ got_offset);
|
||||||
rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
|
rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
|
||||||
bfd_elf32_swap_reloc_out (output_bfd, &rel,
|
bfd_elf32_swap_reloc_out (output_bfd, &rel,
|
||||||
loc + sizeof (Elf32_External_Rel));
|
loc + sizeof (Elf32_External_Rel));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user