aboutsummaryrefslogtreecommitdiff
path: root/ld/i960.sc-sh
diff options
context:
space:
mode:
Diffstat (limited to 'ld/i960.sc-sh')
-rwxr-xr-xld/i960.sc-sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/i960.sc-sh b/ld/i960.sc-sh
index 0e24bb4..6d778a6 100755
--- a/ld/i960.sc-sh
+++ b/ld/i960.sc-sh
@@ -5,19 +5,19 @@ SECTIONS
{
${GLD_STYLE+ CREATE_OBJECT_SYMBOLS}
*(.text)
- ${RELOCATING+ _etext = .}
+ ${RELOCATING+ _etext = .};
}
.data :
{
*(.data)
- ${RELOCATING+ _edata = .}
+ ${RELOCATING+ _edata = .};
}
.bss :
{
- ${RELOCATING+ _bss_start = .}
+ ${RELOCATING+ _bss_start = .};
*(.bss)
*(COMMON)
- ${RELOCATING+ _end = .}
+ ${RELOCATING+ _end = .};
}
}
EOF