Add defintion of ENTRY

This commit is contained in:
Nick Clifton 2000-08-10 19:07:26 +00:00
parent d4edcbb8af
commit 345a835d18
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-08-10 Nick Clifton <nickc@cygnus.com>
* emulparams/mipspe.sh (ENTRY): Add definition.
2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
* emultempl/elf32.em (_after_close): Refer to -rpath not --rpath

View File

@ -6,3 +6,4 @@ RELOCATEABLE_OUTPUT_FORMAT="ecoff-littlemips"
TEMPLATE_NAME=pe
SUBSYSTEM=PE_DEF_SUBSYSTEM
INITIAL_SYMBOL_CHAR=\"_\"
ENTRY="_mainCRTStartup"