aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/m68kcoff.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/m68kcoff.sc')
-rw-r--r--ld/scripttempl/m68kcoff.sc8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/scripttempl/m68kcoff.sc b/ld/scripttempl/m68kcoff.sc
index 1f2f1ea..526eed8 100644
--- a/ld/scripttempl/m68kcoff.sc
+++ b/ld/scripttempl/m68kcoff.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.
@@ -13,7 +13,7 @@ cat <<EOF
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
${LIB_SEARCH_DIRS}
-PROVIDE (__stack = 0);
+PROVIDE (__stack = 0);
SECTIONS
{
.text ${RELOCATING+ 0x1000000} : {
@@ -35,14 +35,14 @@ SECTIONS
*(.data)
${RELOCATING+ edata = .};
}
- .bss : {
+ .bss : {
${RELOCATING+ __bss_start = .};
*(.bss)
*(COMMON)
${RELOCATING+ end = ALIGN(0x8)};
${RELOCATING+ _end = ALIGN(0x8)};
}
- .stab 0 ${RELOCATING+(NOLOAD)} :
+ .stab 0 ${RELOCATING+(NOLOAD)} :
{
[ .stab ]
}