gdb/
[binutils-gdb.git] / ld / scripttempl / elf32cr16.sc
index 7c357c145d4378b64f96cbb1c80df0b028d11c6d..61351c579bdfa6e2ddf54a641afdf4782dc05970 100644 (file)
@@ -10,14 +10,8 @@ cat <<EOF
 
 /* Example Linker Script for linking NS CR16 elf32 files. */
 
-/* The next line forces the entry point (${ENTRY} in this script)
-   to be entered in the output file as an undefined symbol.
-   It is needed in case the entry point is not called explicitly
-   (which is the usual case) AND is in an archive.  */
-
 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
 OUTPUT_ARCH(${ARCH})
-${RELOCATING+EXTERN(${ENTRY})}
 ${RELOCATING+ENTRY(${ENTRY})}
 
 /* Define memory regions.  */