Make correspond to djm's last change.

This commit is contained in:
Ian Lance Taylor
1994-02-25 03:39:17 +00:00
parent c361ce46c5
commit 3de3daca78

View File

@ -309,8 +309,8 @@ then
# sed commands to quote an ld script as a C string. # sed commands to quote an ld script as a C string.
sc='s/["\\]/\\&/g sc='s/["\\]/\\&/g
s/$/\\n\\/ s/$/\\n\\/
1s/^/"{/ 1s/^/"/
$s/$/n}"/ $s/$/n"/
' '
cat >>em_${EMULATION_NAME}.c <<EOF cat >>em_${EMULATION_NAME}.c <<EOF