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 emultempl/aarch64elf.em.


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

commit 499c37b59a9a6aed42c103ea6df8d6936b74504f
Author: Marcus Shawcroft <marcus.shawcroft@gmail.com>
Date:   Sun Mar 22 07:47:38 2015 +0000

    [AArch64] Adjust layout emultempl/aarch64elf.em.

Diff:
---
 ld/ChangeLog               | 5 +++++
 ld/emultempl/aarch64elf.em | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3760916..22e523f 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+	* emultempl/aarch64elf.em
+	(elf${ELFSIZE}_aarch64_add_stub_section): Adjust layout.
+
 2015-03-18  Chen Gang  <gang.chen.5i5j@gmail.com>
 
 	* ldmain.c (main): Use %F instead of %X for einfo.
diff --git a/ld/emultempl/aarch64elf.em b/ld/emultempl/aarch64elf.em
index 9e243e1..dcd4ec1 100644
--- a/ld/emultempl/aarch64elf.em
+++ b/ld/emultempl/aarch64elf.em
@@ -155,7 +155,7 @@ hook_in_stub (struct hook_stub_info *info, lang_statement_union_type **lp)
 
 static asection *
 elf${ELFSIZE}_aarch64_add_stub_section (const char *stub_sec_name,
-				asection *input_section)
+					asection *input_section)
 {
   asection *stub_sec;
   flagword flags;


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