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 d3eb950dce732f71e9e72da496a9377d95776dcc..189c8b5e1581f8bc417b369a05988702a0347363 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