aboutsummaryrefslogtreecommitdiff
path: root/ld/aout.sc-sh
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-03-02 22:22:59 +0000
committerSteve Chamberlain <sac@cygnus>1992-03-02 22:22:59 +0000
commit76971f0da2260c069b0ae13740627dba1b39487b (patch)
treeb2584c6a655cf348429122bec9c33f0f9383023d /ld/aout.sc-sh
parent4ef09e3613ecc3849c0008102fc3871324caf7fd (diff)
downloadgdb-76971f0da2260c069b0ae13740627dba1b39487b.zip
gdb-76971f0da2260c069b0ae13740627dba1b39487b.tar.gz
gdb-76971f0da2260c069b0ae13740627dba1b39487b.tar.bz2
Modifed to care about semi colons again, newlines are ignored - sorry
Per.
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