From 250e7c04cd108375c2bc4e6657a3d660ecc4f10c Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Tue, 18 Apr 2000 02:42:13 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'binutils-vendor-binutils_anoncvs_20000414'. --- contrib/binutils/ld/scripttempl/pe.sc | 145 ---------------------------------- 1 file changed, 145 deletions(-) delete mode 100644 contrib/binutils/ld/scripttempl/pe.sc (limited to 'contrib/binutils/ld/scripttempl/pe.sc') diff --git a/contrib/binutils/ld/scripttempl/pe.sc b/contrib/binutils/ld/scripttempl/pe.sc deleted file mode 100644 index f5cfc70492b1..000000000000 --- a/contrib/binutils/ld/scripttempl/pe.sc +++ /dev/null @@ -1,145 +0,0 @@ -# Linker script for PE. - -if test -z "${RELOCATEABLE_OUTPUT_FORMAT}"; then - RELOCATEABLE_OUTPUT_FORMAT=${OUTPUT_FORMAT} -fi - -# We can't easily and portably get an unquoted $ in a shell -# substitution, so we do this instead. -if test "${RELOCATING}"; then - R_TEXT='*(.text$*)' - R_DATA='*(.data$*)' - R_RDATA='*(.rdata$*)' - R_IDATA=' - *(.idata$2) - *(.idata$3) - /* These zeroes mark the end of the import list. */ - LONG (0); LONG (0); LONG (0); LONG (0); LONG (0); - *(.idata$4) - *(.idata$5) - *(.idata$6) - *(.idata$7)' - R_CRT='*(.CRT$*)' - R_RSRC='*(.rsrc$*)' -else - R_TEXT= - R_DATA= - R_RDATA= - R_IDATA= - R_CRT= - R_RSRC= -fi - -cat <