This is the mail archive of the binutils@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]

[Committed] [AArch64] Adjust layout of elfNN_aarch64_write_section.


Tidup some whitespace, committed.

/Marcus

2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>

       * elfnn-aarch64.c (elfNN_aarch64_write_section): Adjust layout.
diff --git a/bfd/elfnn-aarch64.c b/bfd/elfnn-aarch64.c
index 6397006..4e85fd0 100644
--- a/bfd/elfnn-aarch64.c
+++ b/bfd/elfnn-aarch64.c
@@ -4071,7 +4071,7 @@ elfNN_aarch64_write_section (bfd *output_bfd  ATTRIBUTE_UNUSED,
 
 {
   struct elf_aarch64_link_hash_table *globals =
-					elf_aarch64_hash_table (link_info);
+    elf_aarch64_hash_table (link_info);
 
   if (globals == NULL)
     return FALSE;
-- 
1.9.1

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