aboutsummaryrefslogtreecommitdiff
path: root/ld/ldemul.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldemul.c')
-rw-r--r--ld/ldemul.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ldemul.c b/ld/ldemul.c
index 1f5228d..fa6dfdd 100644
--- a/ld/ldemul.c
+++ b/ld/ldemul.c
@@ -72,6 +72,12 @@ ldemul_after_check_relocs (void)
}
void
+ldemul_before_place_orphans (void)
+{
+ ld_emulation->before_place_orphans ();
+}
+
+void
ldemul_after_allocation (void)
{
ld_emulation->after_allocation ();
@@ -267,6 +273,11 @@ after_check_relocs_default (void)
}
void
+before_place_orphans_default (void)
+{
+}
+
+void
after_allocation_default (void)
{
lang_relax_sections (FALSE);