diff options
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/nds32elf.em | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ld/emultempl/nds32elf.em b/ld/emultempl/nds32elf.em index 3ea0ea2..eb29d04 100644 --- a/ld/emultempl/nds32elf.em +++ b/ld/emultempl/nds32elf.em @@ -191,14 +191,6 @@ nds32_elf_after_open (void) static void nds32_elf_after_allocation (void) { - if (target_optimize & NDS32_RELAX_EX9_ON - || (ex9_import_file != NULL && update_ex9_table == 1)) - { - /* Initialize ex9 hash table. */ - if (!nds32_elf_ex9_init ()) - return; - } - /* Call default after allocation callback. 1. This is where relaxation is done. 2. It calls gld${EMULATION_NAME}_map_segments to build ELF segment table. |