summaryrefslogtreecommitdiff
path: root/ld/scripttempl/pe.sc
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-10-05 08:07:51 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2005-10-05 08:07:51 +0000
commit073384ff24cfd4348a2de686cb9af928b2b8f616 (patch)
tree72e3171366582fc8a82c9f428cc97d8fec579bab /ld/scripttempl/pe.sc
parenta3a3754a1bd866226b16a2368a17c8765fdcee22 (diff)
downloadbinutils-redhat-073384ff24cfd4348a2de686cb9af928b2b8f616.tar.gz
* emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Set
default entry symbol to ENTRY here. * scripttempl/pe.sc: Not here.
Diffstat (limited to 'ld/scripttempl/pe.sc')
-rw-r--r--ld/scripttempl/pe.sc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc
index 69890f15f3..c9931b5148 100644
--- a/ld/scripttempl/pe.sc
+++ b/ld/scripttempl/pe.sc
@@ -50,8 +50,6 @@ ${OUTPUT_ARCH+OUTPUT_ARCH(${OUTPUT_ARCH})}
${LIB_SEARCH_DIRS}
-ENTRY(${ENTRY})
-
SECTIONS
{
${RELOCATING+/* Make the virtual address and file offset synced if the alignment is}