projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c361ce4
)
Make correspond to djm's last change.
author
Ian Lance Taylor
<ian@airs.com>
Fri, 25 Feb 1994 03:39:17 +0000
(
03:39
+0000)
committer
Ian Lance Taylor
<ian@airs.com>
Fri, 25 Feb 1994 03:39:17 +0000
(
03:39
+0000)
ld/emultempl/ppc.em
patch
|
blob
|
history
diff --git
a/ld/emultempl/ppc.em
b/ld/emultempl/ppc.em
index d3eb950dce732f71e9e72da496a9377d95776dcc..189c8b5e1581f8bc417b369a05988702a0347363 100644
(file)
--- 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