diff options
Diffstat (limited to 'ld/aout.sc-sh')
-rwxr-xr-x | ld/aout.sc-sh | 4 |
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 |