aboutsummaryrefslogtreecommitdiff
path: root/ld/aout.sc-sh
diff options
context:
space:
mode:
Diffstat (limited to 'ld/aout.sc-sh')
-rwxr-xr-xld/aout.sc-sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/aout.sc-sh b/ld/aout.sc-sh
index e118daf..7fcea05 100755
--- a/ld/aout.sc-sh
+++ b/ld/aout.sc-sh
@@ -22,8 +22,8 @@ SECTIONS
{
*(.bss)
*(COMMON)
- ${RELOCATING+_end = .}
- ${RELOCATING+__end = .}
+ ${RELOCATING+_end = . };
+ ${RELOCATING+__end = . };
}
}
EOF