diff options
author | Steve Chamberlain <sac@cygnus> | 1992-03-02 22:22:59 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-03-02 22:22:59 +0000 |
commit | 76971f0da2260c069b0ae13740627dba1b39487b (patch) | |
tree | b2584c6a655cf348429122bec9c33f0f9383023d /ld/aout.sc-sh | |
parent | 4ef09e3613ecc3849c0008102fc3871324caf7fd (diff) | |
download | gdb-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-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 |