diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2005-10-05 08:07:51 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2005-10-05 08:07:51 +0000 |
commit | e60cc41502a4f1e00e70af0d3e2ceaca1ec6e15a (patch) | |
tree | 675910130437db84921b68c94033b09840bb9e11 /ld/scripttempl | |
parent | f70224b53d8d0a8ff7305fbfb8dd6860ae53df69 (diff) | |
download | gdb-e60cc41502a4f1e00e70af0d3e2ceaca1ec6e15a.zip gdb-e60cc41502a4f1e00e70af0d3e2ceaca1ec6e15a.tar.gz gdb-e60cc41502a4f1e00e70af0d3e2ceaca1ec6e15a.tar.bz2 |
* 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')
-rw-r--r-- | ld/scripttempl/pe.sc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index 69890f1..c9931b5 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} |