Make correspond to djm's last change.
authorIan Lance Taylor <ian@airs.com>
Fri, 25 Feb 1994 03:39:17 +0000 (03:39 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 25 Feb 1994 03:39:17 +0000 (03:39 +0000)
ld/emultempl/ppc.em

index d3eb950..189c8b5 100644 (file)
@@ -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