aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/m88kbcs.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/m88kbcs.sc')
-rw-r--r--ld/scripttempl/m88kbcs.sc22
1 files changed, 11 insertions, 11 deletions
diff --git a/ld/scripttempl/m88kbcs.sc b/ld/scripttempl/m88kbcs.sc
index 7d1ae35..c5c0818 100644
--- a/ld/scripttempl/m88kbcs.sc
+++ b/ld/scripttempl/m88kbcs.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.
@@ -21,15 +21,15 @@ OUTPUT_ARCH(${ARCH})
${RELOCATING+ENTRY (__start)}
${RELOCATING+${LIB_SEARCH_DIRS}}
-SECTIONS
-{
+SECTIONS
+{
.text ${RELOCATING+ (0x20007 + SIZEOF_HEADERS) &~ 7} :
{
${RELOCATING+ __.text.start = .};
${RELOCATING+ __.init.start = .};
${RELOCATING+ *(.init)}
${RELOCATING+ __.init.end = .};
- *(.text)
+ *(.text)
${RELOCATING+ __.tdesc_start = .};
${RELOCATING+ *(.tdesc)}
${RELOCATING+ __.text_end = .} ;
@@ -39,22 +39,22 @@ SECTIONS
${RELOCATING+ *(.fini) }
${RELOCATING+ __.fini_end = .};
${RELOCATING+_etext = .};
- }
+ }
.data ${RELOCATING+ NEXT (0x400000) + ((SIZEOF(.text) + ADDR(.text)) % 0x2000)} :
- {
+ {
*(.data)
${RELOCATING+_edata = .};
- }
+ }
.bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
- {
- *(.bss)
- *(COMMON)
+ {
+ *(.bss)
+ *(COMMON)
${RELOCATING+ _end = .};
${RELOCATING+ __end = .};
}
${RELOCATING- ${INIT}}
${RELOCATING- ${FINI}}
- .comment 0 ${RELOCATING+(NOLOAD)} :
+ .comment 0 ${RELOCATING+(NOLOAD)} :
{
*(.comment)
}