aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/elfppc.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/elfppc.sc b/ld/scripttempl/elfppc.sc
index dd80edb..33763bf 100644
--- a/ld/scripttempl/elfppc.sc
+++ b/ld/scripttempl/elfppc.sc
@@ -159,6 +159,7 @@ SECTIONS
${RELOCATING+PROVIDE (__sbss_start = .);}
*(.sbss)
*(.scommon)
+ *(.dynsbss)
${RELOCATING+PROVIDE (__sbss_end = .);}
}
${PLT}