Set ENTRY=__start to be consistent with other ELF ports. The produced

binaries are the same, as we provide both _start and __start symbols
for the entry point in crt0.

PR#22073 by Izumi Tsutsui.
Ok by Matthew Green <mrg@netbsd>.
This commit is contained in:
uwe 2003-11-23 13:54:11 +00:00
parent d8b0dd8a97
commit 10ff81335f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ MAXPAGESIZE=0x10000
DATA_START_SYMBOLS='__data_start = . ;';
ENTRY=_start
ENTRY=__start
unset EMBEDDED
unset OTHER_SECTIONS