diff options
Diffstat (limited to 'ld/scripttempl/elf32crx.sc')
-rw-r--r-- | ld/scripttempl/elf32crx.sc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ld/scripttempl/elf32crx.sc b/ld/scripttempl/elf32crx.sc index 514254a..c320bda 100644 --- a/ld/scripttempl/elf32crx.sc +++ b/ld/scripttempl/elf32crx.sc @@ -10,14 +10,8 @@ cat <<EOF /* Example Linker Script for linking NS CRX 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. */ |