diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/emultempl/aarch64elf.em | 2 |
2 files changed, 6 insertions, 1 deletions
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; |