diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-25 03:39:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-25 03:39:17 +0000 |
commit | 3de3daca7833f6bd219c48365ac14122d37baca8 (patch) | |
tree | 54c947c4cdfbf5989e662f12325a34604d6b2620 /ld | |
parent | c361ce46c5c99957614bcb39184c98c139d7c66a (diff) | |
download | gdb-3de3daca7833f6bd219c48365ac14122d37baca8.zip gdb-3de3daca7833f6bd219c48365ac14122d37baca8.tar.gz gdb-3de3daca7833f6bd219c48365ac14122d37baca8.tar.bz2 |
Make correspond to djm's last change.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/emultempl/ppc.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/ppc.em b/ld/emultempl/ppc.em index d3eb950..189c8b5 100644 --- a/ld/emultempl/ppc.em +++ b/ld/emultempl/ppc.em @@ -309,8 +309,8 @@ then # sed commands to quote an ld script as a C string. sc='s/["\\]/\\&/g s/$/\\n\\/ -1s/^/"{/ -$s/$/n}"/ +1s/^/"/ +$s/$/n"/ ' cat >>em_${EMULATION_NAME}.c <<EOF |