Subject: Re: CVS commit: src
To: None <cgd@netbsd.org>
From: Simon Burge <simonb@telstra.com.au>
List: source-changes
Date: 03/31/1999 16:37:35
"Chris G. Demetriou" wrote:

> Module Name:	src
> Committed By:	cgd
> Date:		Wed Mar 31 03:03:02 UTC 1999
> 
> Modified Files:
> 
> 	src/sys/arch/alpha/stand/bootxx: bootxx.c
> 	src/sys/arch/alpha/stand/common: boot.c start.S
> 
> Log Message:
> 
> rename the C main() function to main_().  this avoids gcc's implicit
> call to __main(), and therefore saves the size of the call and the
> size of a stub implementation of __main().

Is this an issue with ELF .init/.fini sections?  I didn't think __main
calls were emitted anymore...

Simon.