1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Change default entry point from __start' to _start' which is in crt1.o.

Cc doesn't need to pass `-e _start' to ld anymore.

Agreed by: gallatin and dfr
This commit is contained in:
Hidetoshi Shimokawa 1999-04-08 11:33:05 +00:00
parent 3cda6d944a
commit e8193c8b26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45468

View File

@ -1,4 +1,4 @@
ENTRY=__start
ENTRY=_start
SCRIPT_NAME=elf
ELFSIZE=64
TEMPLATE_NAME=elf32