diff options
Diffstat (limited to 'ld/emultempl/crxelf.em')
-rw-r--r-- | ld/emultempl/crxelf.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/crxelf.em b/ld/emultempl/crxelf.em index c6d5a8d..ae12f5e 100644 --- a/ld/emultempl/crxelf.em +++ b/ld/emultempl/crxelf.em @@ -43,7 +43,7 @@ crxelf_after_parse (void) is true the link sometimes fails. */ config.magic_demand_paged = FALSE; - after_parse_default (); + gld${EMULATION_NAME}_after_parse (); } /* This is called after the sections have been attached to output |