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:
H.J. Lu 2010-07-12 21:13:24 +00:00
parent 92b4f90c93
commit 9fff0c3957
2 changed files with 8 additions and 4 deletions

View File

@ -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>
* dwarf2.c (add_line_info): Initialize prev_line.

View File

@ -1330,8 +1330,7 @@ elf_i386_check_relocs (bfd *abfd,
/* Check relocation against local STT_GNU_IFUNC symbol. */
if (ELF32_ST_TYPE (isym->st_info) == STT_GNU_IFUNC)
{
h = elf_i386_get_local_sym_hash (htab, abfd, rel,
TRUE);
h = elf_i386_get_local_sym_hash (htab, abfd, rel, TRUE);
if (h == NULL)
return FALSE;
@ -2934,8 +2933,8 @@ elf_i386_relocate_section (bfd *output_bfd,
&& ELF32_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)
{
/* Relocate against local STT_GNU_IFUNC symbol. */
h = elf_i386_get_local_sym_hash (htab, input_bfd,
rel, FALSE);
h = elf_i386_get_local_sym_hash (htab, input_bfd, rel,
FALSE);
if (h == NULL)
abort ();