diff options
author | Marcus Shawcroft <marcus.shawcroft@gmail.com> | 2015-03-22 07:47:38 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-03-23 14:35:21 +0000 |
commit | 499c37b59a9a6aed42c103ea6df8d6936b74504f (patch) | |
tree | 9e5c6cd82ccfb99668e34ae797d5f2b3951022e1 /ld/emultempl | |
parent | 67f95b96b4d5e8e19520d94bebae92db2f67af74 (diff) | |
download | binutils-499c37b59a9a6aed42c103ea6df8d6936b74504f.zip binutils-499c37b59a9a6aed42c103ea6df8d6936b74504f.tar.gz binutils-499c37b59a9a6aed42c103ea6df8d6936b74504f.tar.bz2 |
[AArch64] Adjust layout emultempl/aarch64elf.em.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/aarch64elf.em | 2 |
1 files changed, 1 insertions, 1 deletions
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; |