diff options
Diffstat (limited to 'ld/emultempl/aix.em')
-rw-r--r-- | ld/emultempl/aix.em | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index c39491e..2da3870 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -1541,6 +1541,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation = { after_parse_default, gld${EMULATION_NAME}_after_open, after_check_relocs_default, + before_place_orphans_default, after_allocation_default, gld${EMULATION_NAME}_set_output_arch, gld${EMULATION_NAME}_choose_target, |