diff options
Diffstat (limited to 'ld/emultempl/gld960.em')
-rw-r--r-- | ld/emultempl/gld960.em | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/emultempl/gld960.em b/ld/emultempl/gld960.em index 900d9b6..2669c0e 100644 --- a/ld/emultempl/gld960.em +++ b/ld/emultempl/gld960.em @@ -1,6 +1,6 @@ # This shell script emits a C file. -*- C -*- # It does some substitutions. -cat >e${EMULATION_NAME}.c <<EOF +fragment <<EOF /* Copyright 1991, 1992, 1994, 1999, 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. @@ -80,7 +80,7 @@ then # sed commands to quote an ld script as a C string. sc="-f stringify.sed" -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF { *isfile = 0; @@ -101,7 +101,7 @@ echo '; }' >> e${EMULATION_NAME}.c else # Scripts read from the filesystem. -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF { *isfile = 1; @@ -120,7 +120,7 @@ EOF fi -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF struct ld_emulation_xfer_struct ld_gld960_emulation = { |