Re-indent elf32-i386.c.
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 12 Jul 2010 21:13:24 +0000 (21:13 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 12 Jul 2010 21:13:24 +0000 (21:13 +0000)
2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c (elf_i386_check_relocs): Re-indent.
(elf_i386_relocate_section): Likewise.

bfd/ChangeLog
bfd/elf32-i386.c

index ea86440d8cd3eb05806a063f3bca45a02f027f28..32c44a934a436ede995aedac98151b407eec1f3e 100644 (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.
index 7964c4fd6e1c10fb6338c45b9141430a90247f29..e85a7e5d896ab8d7d70da3ea7465d0fd06310345 100644 (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 ();
 
This page took 0.029378 seconds and 4 git commands to generate.