diff --git a/ld/ChangeLog b/ld/ChangeLog index 3760916eb99..22e523f35ae 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2015-03-23 Marcus Shawcroft + + * emultempl/aarch64elf.em + (elf${ELFSIZE}_aarch64_add_stub_section): Adjust layout. + 2015-03-18 Chen Gang * ldmain.c (main): Use %F instead of %X for einfo. diff --git a/ld/emultempl/aarch64elf.em b/ld/emultempl/aarch64elf.em index 9e243e1633c..dcd4ec1e3ec 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;