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] [AArch64] Adjust layout of elfNN_aarch64_write_section.


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

commit f872121a87fe4c16ec43623b75804b39612e62ef
Author: Marcus Shawcroft <marcus.shawcroft@arm.com>
Date:   Fri Mar 13 14:50:26 2015 +0000

    [AArch64] Adjust layout of elfNN_aarch64_write_section.

Diff:
---
 bfd/ChangeLog       | 4 ++++
 bfd/elfnn-aarch64.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f901f5a..bd8d79d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
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;


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