mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
Add defintion of ENTRY
This commit is contained in:
@ -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>
|
2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
|
||||||
|
|
||||||
* emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
|
* emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
|
||||||
|
@ -6,3 +6,4 @@ RELOCATEABLE_OUTPUT_FORMAT="ecoff-littlemips"
|
|||||||
TEMPLATE_NAME=pe
|
TEMPLATE_NAME=pe
|
||||||
SUBSYSTEM=PE_DEF_SUBSYSTEM
|
SUBSYSTEM=PE_DEF_SUBSYSTEM
|
||||||
INITIAL_SYMBOL_CHAR=\"_\"
|
INITIAL_SYMBOL_CHAR=\"_\"
|
||||||
|
ENTRY="_mainCRTStartup"
|
||||||
|
Reference in New Issue
Block a user