aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/tic80coff.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/tic80coff.sc')
-rw-r--r--ld/scripttempl/tic80coff.sc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/scripttempl/tic80coff.sc b/ld/scripttempl/tic80coff.sc
index eeeb236..750af9e 100644
--- a/ld/scripttempl/tic80coff.sc
+++ b/ld/scripttempl/tic80coff.sc
@@ -1,7 +1,7 @@
# Linker script for TI TMS320C80 (tic80) COFF.
#
# 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.
@@ -67,14 +67,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 ]
}