diff options
Diffstat (limited to 'ld/emultempl/armelf.em')
-rw-r--r-- | ld/emultempl/armelf.em | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emultempl/armelf.em b/ld/emultempl/armelf.em index 2e43172..b7b9463 100644 --- a/ld/emultempl/armelf.em +++ b/ld/emultempl/armelf.em @@ -514,6 +514,8 @@ arm_elf_create_output_section_statements (void) /* Also use the stub file for stubs placed in a single output section. */ bfd_elf32_arm_add_glue_sections_to_bfd (stub_file->the_bfd, &link_info); bfd_elf32_arm_get_bfd_for_interworking (stub_file->the_bfd, &link_info); + + gld${EMULATION_NAME}_create_output_section_statements (); } /* Avoid processing the fake stub_file in vercheck, stat_needed and |