mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Re-indent elf32-i386.c.
2010-07-12 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c (elf_i386_check_relocs): Re-indent. (elf_i386_relocate_section): Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-07-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elf32-i386.c (elf_i386_check_relocs): Re-indent.
|
||||||
|
(elf_i386_relocate_section): Likewise.
|
||||||
|
|
||||||
2010-07-06 H.J. Lu <hongjiu.lu@intel.com>
|
2010-07-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* dwarf2.c (add_line_info): Initialize prev_line.
|
* dwarf2.c (add_line_info): Initialize prev_line.
|
||||||
|
@ -1330,8 +1330,7 @@ elf_i386_check_relocs (bfd *abfd,
|
|||||||
/* Check relocation against local STT_GNU_IFUNC symbol. */
|
/* Check relocation against local STT_GNU_IFUNC symbol. */
|
||||||
if (ELF32_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
|
if (ELF32_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
|
||||||
{
|
{
|
||||||
h = elf_i386_get_local_sym_hash (htab, abfd, rel,
|
h = elf_i386_get_local_sym_hash (htab, abfd, rel, TRUE);
|
||||||
TRUE);
|
|
||||||
if (h == NULL)
|
if (h == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
@ -2934,8 +2933,8 @@ elf_i386_relocate_section (bfd *output_bfd,
|
|||||||
&& ELF32_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
|
&& ELF32_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
|
||||||
{
|
{
|
||||||
/* Relocate against local STT_GNU_IFUNC symbol. */
|
/* Relocate against local STT_GNU_IFUNC symbol. */
|
||||||
h = elf_i386_get_local_sym_hash (htab, input_bfd,
|
h = elf_i386_get_local_sym_hash (htab, input_bfd, rel,
|
||||||
rel, FALSE);
|
FALSE);
|
||||||
if (h == NULL)
|
if (h == NULL)
|
||||||
abort ();
|
abort ();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user