diff options
Diffstat (limited to 'ld/emultempl/lnk960.em')
-rw-r--r-- | ld/emultempl/lnk960.em | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ld/emultempl/lnk960.em b/ld/emultempl/lnk960.em index 7d9176e..b58efcc 100644 --- a/ld/emultempl/lnk960.em +++ b/ld/emultempl/lnk960.em @@ -130,11 +130,6 @@ lnk960_after_parse (void) } static void -lnk960_before_allocation (void) -{ -} - -static void lnk960_after_allocation (void) { if (!link_info.relocatable) @@ -273,7 +268,7 @@ struct ld_emulation_xfer_struct ld_lnk960_emulation = lnk960_after_allocation, lnk960_set_output_arch, lnk960_choose_target, - lnk960_before_allocation, + before_allocation_default, lnk960_get_script, "lnk960", "", |