aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/elfarcv2.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/elfarcv2.sc')
-rw-r--r--ld/scripttempl/elfarcv2.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elfarcv2.sc b/ld/scripttempl/elfarcv2.sc
index b6cab6c..a0c4f7e 100644
--- a/ld/scripttempl/elfarcv2.sc
+++ b/ld/scripttempl/elfarcv2.sc
@@ -283,7 +283,7 @@ SECTIONS
/* Global data not cleared after reset. */
.noinit ${RELOCATING-0}:
{
- *(.noinit*)
+ *(.noinit${RELOCATING+ .noinit.* .gnu.linkonce.n.*})
${RELOCATING+. = ALIGN(${ALIGNMENT});}
${RELOCATING+ PROVIDE (__start_heap = .) ; }
} ${RELOCATING+ > ${DATA_MEMORY}}