aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/psos.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/psos.sc')
-rw-r--r--ld/scripttempl/psos.sc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/scripttempl/psos.sc b/ld/scripttempl/psos.sc
index c9db634..8ab6401 100644
--- a/ld/scripttempl/psos.sc
+++ b/ld/scripttempl/psos.sc
@@ -1,5 +1,5 @@
# Copyright (C) 2014-2017 Free Software Foundation, Inc.
-#
+#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.
@@ -51,7 +51,7 @@ SECTIONS
${RELOCATING+ PROVIDE(_edata = .);}
}
.bss ${RELOCATING:-0} :
- {
+ {
${RELOCATING+ PROVIDE(__bss = .);}
*(.bss);
*(zerovars);
@@ -61,7 +61,7 @@ SECTIONS
${RELOCATING+ PROVIDE(_end = .);}
${RELOCATING+ PROVIDE(_FreeMemStart = .);}
}
- .stab 0 ${RELOCATING+(NOLOAD)} :
+ .stab 0 ${RELOCATING+(NOLOAD)} :
{
*(.stab);
}