This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Re-indent elf_x86_64_relocate_section


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=da0d12d2bd46730ad8327b9fac1371182996017c

commit da0d12d2bd46730ad8327b9fac1371182996017c
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Mar 15 14:43:36 2019 +0800

    Re-indent elf_x86_64_relocate_section
    
    	* elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.

Diff:
---
 bfd/ChangeLog      | 4 ++++
 bfd/elf64-x86-64.c | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1e2681e..084dbe0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index e193f44..0d1c839 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -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;
 		}
 	    }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]