Re-indent elf_x86_64_relocate_section
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 15 Mar 2019 06:43:36 +0000 (14:43 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 15 Mar 2019 06:43:36 +0000 (14:43 +0800)
* elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.

bfd/ChangeLog
bfd/elf64-x86-64.c

index 1e2681e2e6d612be5482815f49d2943025eb8e42..084dbe08fdee852d85534830d89f18d441160a57 100644 (file)
@@ -1,3 +1,7 @@
+2019-03-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.
+
 2019-03-14  Nick Clifton  <nickc@redhat.com>
 
        PR 24334
index e193f44e93f17d4270b1e5da6a7ceb1cd5f1e9e5..0d1c8397c81d82858800a36c8339d2f53bf08b42 100644 (file)
@@ -3013,14 +3013,14 @@ skip_ifunc:
                       && ELF_ST_VISIBILITY (h->other) == STV_PROTECTED)
                {
                  _bfd_error_handler
-             /* xgettext:c-format */
+                   /* xgettext:c-format */
                    (_("%pB: relocation R_X86_64_GOTOFF64 against protected %s"
                       " `%s' can not be used when making a shared object"),
                     input_bfd,
                     h->type == STT_FUNC ? "function" : "data",
                     h->root.root.string);
                  bfd_set_error (bfd_error_bad_value);
-             return FALSE;
+                 return FALSE;
                }
            }
 
This page took 0.028282 seconds and 4 git commands to generate.