diff options
Diffstat (limited to 'ld/emultempl/nds32elf.em')
-rw-r--r-- | ld/emultempl/nds32elf.em | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emultempl/nds32elf.em b/ld/emultempl/nds32elf.em index 08da695..eee5087 100644 --- a/ld/emultempl/nds32elf.em +++ b/ld/emultempl/nds32elf.em @@ -65,6 +65,8 @@ nds32_elf_create_output_section_statements (void) ex9_export_file, ex9_import_file, update_ex9_table, ex9_limit, ex9_loop_aware, ifc_loop_aware); + + gld${EMULATION_NAME}_create_output_section_statements (); } static void |