From 9fff0c39572a974ff8a2920f0345351e50005159 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 12 Jul 2010 21:13:24 +0000 Subject: Re-indent elf32-i386.c. 2010-07-12 H.J. Lu * elf32-i386.c (elf_i386_check_relocs): Re-indent. (elf_i386_relocate_section): Likewise. --- bfd/ChangeLog | 5 +++++ bfd/elf32-i386.c | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'bfd') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ea86440..32c44a9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2010-07-12 H.J. Lu + + * elf32-i386.c (elf_i386_check_relocs): Re-indent. + (elf_i386_relocate_section): Likewise. + 2010-07-06 H.J. Lu * dwarf2.c (add_line_info): Initialize prev_line. diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index 7964c4f..e85a7e5 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -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 (); -- cgit v1.1