[AArch64] Adjust layout of elfNN_aarch64_write_section.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Fri, 13 Mar 2015 14:50:26 +0000 (14:50 +0000)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Mon, 23 Mar 2015 14:35:28 +0000 (14:35 +0000)
bfd/ChangeLog
bfd/elfnn-aarch64.c

index f901f5a3255613ff84fbc644b5758538806df9e8..bd8d79db2a9aa61c7dbadf0fc9f5e25abe93940d 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * elfnn-aarch64.c (elfNN_aarch64_write_section): Adjust layout.
+
 2015-03-19  Nick Clifton  <nickc@redhat.com>
 
        * elf32-rl78.c (rl78_cpu_name): New function.  Prints the name of
index 6397006a17367ca286e46a380f1f807c8899c817..4e85fd0fe9b8222d86afeb8aef0c97f5ba8fac0a 100644 (file)
@@ -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;
This page took 0.029056 seconds and 4 git commands to generate.