2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / bfd / elf64-x86-64.c
index efae09d57e6d50ad0f552b2bbe8a50000d65bdd2..f7a48e93f4909f364138a5c4b6a098d4d10bc1b0 100644 (file)
@@ -1258,16 +1258,16 @@ elf64_x86_64_check_relocs (bfd *abfd, struct bfd_link_info *info,
 
              switch (r_type)
                {
-                default:
-                  (*_bfd_error_handler)
-                    (_("%B: relocation %s against STT_GNU_IFUNC "
-                       "symbol `%s' isn't handled by %s"), abfd,
-                     x86_64_elf_howto_table[r_type].name,
+               default:
+                 (*_bfd_error_handler)
+                   (_("%B: relocation %s against STT_GNU_IFUNC "
+                      "symbol `%s' isn't handled by %s"), abfd,
+                    x86_64_elf_howto_table[r_type].name,
                     (h->root.root.string
                      ? h->root.root.string : "a local symbol"),
-                     __FUNCTION__);
-                  bfd_set_error (bfd_error_bad_value);
-                  return FALSE;
+                    __FUNCTION__);
+                 bfd_set_error (bfd_error_bad_value);
+                 return FALSE;
 
                case R_X86_64_64:
                  h->non_got_ref = 1;
This page took 0.036361 seconds and 4 git commands to generate.