diff options
Diffstat (limited to 'ld/emultempl/sunos.em')
-rw-r--r-- | ld/emultempl/sunos.em | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ld/emultempl/sunos.em b/ld/emultempl/sunos.em index 2aa2352..00d949f 100644 --- a/ld/emultempl/sunos.em +++ b/ld/emultempl/sunos.em @@ -5,7 +5,7 @@ if [ -z "$MACHINE" ]; then else OUTPUT_ARCH=${ARCH}:${MACHINE} fi -cat >e${EMULATION_NAME}.c <<EOF +fragment <<EOF /* This file is is generated by a shell script. DO NOT EDIT! */ /* SunOS emulation code for ${EMULATION_NAME} @@ -101,7 +101,7 @@ EOF if [ "x${host}" = "x${target}" ] ; then case " ${EMULATION_LIBPATH} " in *" ${EMULATION_NAME} "*) -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF const char *env; env = (const char *) getenv ("LD_LIBRARY_PATH"); @@ -128,7 +128,7 @@ EOF ;; esac fi -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF } /* Despite the name, we use this routine to search for dynamic @@ -464,7 +464,7 @@ EOF if [ "x${host}" = "x${target}" ] ; then case " ${EMULATION_LIBPATH} " in *" ${EMULATION_NAME} "*) -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF { const char *lib_path; @@ -476,7 +476,7 @@ EOF ;; esac fi -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF if (command_line.rpath != NULL) { for (search = search_head; search != NULL; search = search->next) @@ -961,7 +961,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; @@ -982,7 +982,7 @@ echo '; }' >> e${EMULATION_NAME} else # Scripts read from the filesystem. -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF { *isfile = 1; @@ -1001,7 +1001,7 @@ EOF fi -cat >>e${EMULATION_NAME}.c <<EOF +fragment <<EOF struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation = { |