aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/dlx.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/dlx.sc')
-rw-r--r--ld/scripttempl/dlx.sc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/scripttempl/dlx.sc b/ld/scripttempl/dlx.sc
index 175ceb3..0741893 100644
--- a/ld/scripttempl/dlx.sc
+++ b/ld/scripttempl/dlx.sc
@@ -21,7 +21,7 @@ SECTIONS
${RELOCATING+. = ${TEXT_START_ADDR};}
.text :
{
- CREATE_OBJECT_SYMBOLS
+ ${RELOCATING+CREATE_OBJECT_SYMBOLS}
*(.text)
${RELOCATING+etext = ${DATA_ALIGNMENT};}
}
@@ -35,8 +35,8 @@ SECTIONS
.bss :
{
*(.bss)
- *(COMMON)
- ${RELOCATING+end = . };
+ ${RELOCATING+*(COMMON)}
+ ${RELOCATING+end = .;}
}
}
EOF