aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/i960.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/i960.sc')
-rw-r--r--ld/scripttempl/i960.sc28
1 files changed, 14 insertions, 14 deletions
diff --git a/ld/scripttempl/i960.sc b/ld/scripttempl/i960.sc
index 16e799e..86253c6 100644
--- a/ld/scripttempl/i960.sc
+++ b/ld/scripttempl/i960.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.
@@ -12,26 +12,26 @@ cat <<EOF
notice and this notice are preserved. */
SECTIONS
-{
- .text :
- {
+{
+ .text :
+ {
${GLD_STYLE+ CREATE_OBJECT_SYMBOLS}
- *(.text)
+ *(.text)
${RELOCATING+ _etext = .};
${CONSTRUCTING+${COFF_CTORS}}
- }
+ }
.data :
- {
- *(.data)
+ {
+ *(.data)
${CONSTRUCTING+CONSTRUCTORS}
${RELOCATING+ _edata = .};
- }
+ }
.bss :
- {
+ {
${RELOCATING+ _bss_start = .};
- *(.bss)
- *(COMMON)
+ *(.bss)
+ *(COMMON)
${RELOCATING+ _end = .};
- }
-}
+ }
+}
EOF