Subject: Re: linking ELF userland generates scary warning :)
To: matthew green <mrg@eterna.com.au>
From: Johan Danielsson <joda@pdc.kth.se>
List: port-sparc
Date: 06/08/1999 22:35:07
matthew green <mrg@eterna.com.au> writes:

> /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010ad0

I made this change for i386, dunno if it's the correct thing to do,
but it killed that warning (this is in src/gnu/dist/ld).

/Johan

--- elf_i386.sh	1999/01/30 08:15:37	1.1.1.2
+++ elf_i386.sh	1999/06/09 05:33:27
@@ -9,3 +9,4 @@
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 ELFSIZE=32
+ENTRY=__start